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

你可能感兴趣的:(C++)