跳到主要內容

header file 夾心餅乾

#ifndef __SET_H__
#define __SET_H__

#ifdef __cplusplus
extern "C" {
#endif

...........


#ifdef __cplusplus
}
#endif

#endif /* __SET_H__ */

留言