dev/c/GLib_bcb/mylib/mylib.h

13 lines
159 B
C

#if defined __cplusplus
extern "C"
{
#endif
void
another_one (void);
void //__cdecl
mylib_func (void);
#if defined __cplusplus
} // extern "C"
#endif