5 lines
78 B
C++
5 lines
78 B
C++
|
extern "C" {
|
||
|
// stdio.h
|
||
|
int printf(const char *format, ...);
|
||
|
} // extern "C"
|