dev/c/GLib_bcb/test_gcc/test_gcc.c

9 lines
70 B
C

#include "mylib.h"
int main (void)
{
mylib_func ();
return 0;
}