1 #ifndef _json_strerror_override_h_
2 #define _json_strerror_override_h_
6 * @brief Do not use, json-c internal, may be changed or removed at any time.
12 #include "json_object.h" /* for JSON_EXPORT */
20 JSON_EXPORT char *_json_c_strerror(int errno_in);
22 #ifndef STRERROR_OVERRIDE_IMPL
23 #define strerror _json_c_strerror
30 #endif /* _json_strerror_override_h_ */