#ifndef _XXX_H_ #define _XXX_H_ #ifdef __cplusplus extern "C" { #endif // Interface void PrintHelloWorld(); #ifdef __cplusplus } #endif #endif // _XXX_H_
时间: 2024-12-15 10:03:12
#ifndef _XXX_H_ #define _XXX_H_ #ifdef __cplusplus extern "C" { #endif // Interface void PrintHelloWorld(); #ifdef __cplusplus } #endif #endif // _XXX_H_