mirror of
https://github.com/reactos/CMake.git
synced 2024-12-06 18:57:10 +00:00
3 lines
57 B
C
3 lines
57 B
C
extern int foo2(void);
|
|
int foo1(void) { return foo2(); }
|