dev/c/GLib_bcb/mylib/mylib.c

8 lines
96 B
C

#include <stdio.h>
void //__cdecl
mylib_func (void)
{
puts ("Hello mylib_func ()! ;-)\n");
}