Files
2023-10-13 14:01:41 +00:00

10 lines
92 B
C

#if defined(__cplusplus)
extern "C" {
#endif
int foo();
#if defined(__cplusplus)
}
#endif