mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-14 11:09:56 -06:00
6 lines
67 B
C
6 lines
67 B
C
extern int innerlib(void);
|
|
int main(void)
|
|
{
|
|
return innerlib();
|
|
}
|