xamarin-macios/tests/test-libraries/libtest2.h

11 строки
113 B
C

#ifdef __cplusplus
extern "C" {
#endif
int getIntOfChocolate ();
#ifdef __cplusplus
} /* extern "C" */
#endif