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