8 lines
96 B
C
8 lines
96 B
C
#include <stdio.h>
|
|
|
|
void //__cdecl
|
|
mylib_func (void)
|
|
{
|
|
puts ("Hello mylib_func ()! ;-)\n");
|
|
}
|