C와 C++ 간의 호환 처리

#ifdef  __cplusplus
extern "C" {
#endif

int function();

#ifdef  __cplusplus
}
#endif

Posted by 공간사랑
,