13 lines
159 B
C
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
|