mirror of
https://github.com/reactos/CMake.git
synced 2024-12-08 11:56:25 +00:00
3 lines
59 B
C
3 lines
59 B
C
extern int foo1b(void);
|
|
int foo2(void) { return foo1b(); }
|