strerror_override_private.h 276 B

123456789101112
  1. #ifndef __json_strerror_override_private_h__
  2. #define __json_strerror_override_private_h__
  3. /**
  4. * @file
  5. * @brief Do not use, json-c internal, may be changed or removed at any time.
  6. */
  7. /* Used by tests to get consistent output */
  8. extern int _json_c_strerror_enable;
  9. #endif