You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef __STRERROR_OVERRIDE_H__
- #define __STRERROR_OVERRIDE_H__
-
- #include "config.h"
- #include <errno.h>
-
- #if ENABLE_STRERROR_OVERRIDE
- char *_json_c_strerror(int errno_in);
- #define strerror _json_c_strerror
- #endif
-
- #endif /* __STRERROR_OVERRIDE_H__ */
|