????UNIX??????????????????卸???????POSIX.1??XPG3?????????????POSIX.1??XPG3??????????????????些????????????????????????濉�????????????????????????????POSIX???????????魏??????????????????????宄�??_POSIX_SOURCE??????POSIX.1?????卸??????????????贸????????????????魏??????械???濉�
????????_POSIX_SOURCE??????????_XOPEN_SOURCE???????????????(feature test macro)?????泄??????????????????????????????????cc?????????????蟹?????澹�
????cc -D_POSIX_SOURCE file.c
???????????C????????魏??????????????????????????????????POSIX.1???澹�??????????????????????????
????#define _POSIX_SOURCE 1
????????????????????__STDC__?????????ANSI C?????????????????濉�?????????????写ANSI C?????????ANSI C???????????????????纾�???????????????
void *myfunc(const char*?? int);
#else
void *myfunc();
#endif
#ifdef __STDC__
void *myfunc(const char*?? int);
#else
void *myfunc();
#endif
?????????????ANSI C?????????????????????????????????????????????????????????????