#include <stdio.h>#ifdef __unix#define fopen_s(pFile,filename,mode) ((*(pFile))=fopen((filename),(mode)))==NULL#endif
No comments:
Post a Comment