mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-22 19:17:38 +01:00
6 lines
92 B
C
6 lines
92 B
C
extern void test_lib_fn();
|
|
int main(int argc, char **argv) {
|
|
test_lib_fn();
|
|
return 0;
|
|
}
|