mirror of
https://github.com/json-c/json-c.git
synced 2026-03-26 16:39:06 +08:00
8 lines
180 B
C
8 lines
180 B
C
#ifndef __json_strerror_override_private_h__
|
|
#define __json_strerror_override_private_h__
|
|
|
|
/* Used by tests to get consistent output */
|
|
extern int _json_c_strerror_enable;
|
|
|
|
#endif
|