mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
6 lines
67 B
C
6 lines
67 B
C
extern int innerlib(void);
|
|
int main(void)
|
|
{
|
|
return innerlib();
|
|
}
|