Files
WindowsMemoryDemo/cpp/library.h
2026-01-17 18:19:52 +08:00

8 lines
98 B
C

#ifndef CPP_LIBRARY_H
#define CPP_LIBRARY_H
extern "C" {
void hello();
}
#endif // CPP_LIBRARY_H