extern (1) 썸네일형 리스트형 extern "C" C++ 과 C 등 언어를 혼용해 사용할 경우 이부분은 C로 컴파일하라고 지정해 주는 키워드. extern "C" int sum(int a, int b){ return a+b; } 이전 1 다음