8 lines
98 B
C
8 lines
98 B
C
#ifndef CPP_LIBRARY_H
|
|
#define CPP_LIBRARY_H
|
|
|
|
extern "C" {
|
|
void hello();
|
|
}
|
|
#endif // CPP_LIBRARY_H
|