mirror of
http://180.163.74.83:13000/zhangzhenghao/AP05.git
synced 2025-12-13 15:24:29 +00:00
13 lines
276 B
C
13 lines
276 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.
|
|
*/
|
|
|
|
/* Used by tests to get consistent output */
|
|
extern int _json_c_strerror_enable;
|
|
|
|
#endif
|