dev/c/GLib_bcb/mylib/mylib.h

12 lines
159 B
C
Raw Normal View History

2012-05-25 12:02:02 +04:00
#if defined __cplusplus
extern "C" {
#endif
void
another_one (void);
2012-05-24 19:23:49 +04:00
void //__cdecl
mylib_func (void);
2012-05-25 12:02:02 +04:00
#if defined __cplusplus
} // extern "C"
#endif