`

C++写C

 
阅读更多
在C++中写C,标准头文件写法

#ifndef __ABGroup__
#define __ABGroup__

#include <AddressBook/ABAddressBook.h>

#if defined(__cplusplus)
extern "C" {
#endif


extern const int kABGroupNameProperty;
extern ABRecordRef ABGroupCreate(void);


#if defined(__cplusplus)
}
#endif

#endif
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics