Go to the documentation of this file.
24 #ifndef ADITOF_COMMON_H
25 #define ADITOF_COMMON_H
28 #define fopen_s(pFile, filename, mode) \
29 ((*(pFile)) = fopen((filename), (mode))) == NULL
30 #define strncpy_s(dest, destsize, src, count) \
31 (strncpy((dest), (src), (count))) == NULL
34 #endif //ADITOF_COMMON_H
libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:47