json-c
0.13.1
|
Do not use, only contains deprecated defines. More...
Macros | |
#define | hexdigit(x) (((x) <= '9') ? (x) - '0' : ((x) & 7) + 9) |
#define | error_ptr(error) ((void*)error) |
#define | error_description(error) (json_tokener_get_error(error)) |
#define | is_error(ptr) (ptr == NULL) |
Do not use, only contains deprecated defines.
Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd. Michael Clark micha el@m etapa radi gm.co m
This library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See COPYING for details.
#define error_description | ( | error | ) | (json_tokener_get_error(error)) |
#define error_ptr | ( | error | ) | ((void*)error) |
#define hexdigit | ( | x | ) | (((x) <= '9') ? (x) - '0' : ((x) & 7) + 9) |
#define is_error | ( | ptr | ) | (ptr == NULL) |