mirror of
https://github.com/json-c/json-c.git
synced 2026-03-13 18:19:06 +08:00
15 lines
306 B
C
15 lines
306 B
C
#ifndef __json_strerror_override_private_h__
|
|
#define __json_strerror_override_private_h__
|
|
|
|
/**
|
|
* @file
|
|
* @brief Do not use, json-c internal, may be changed or removed at any time.
|
|
*/
|
|
|
|
#include "json_types.h"
|
|
|
|
/* Used by tests to get consistent output */
|
|
JSON_EXPORT int _json_c_strerror_enable;
|
|
|
|
#endif
|