/** * @file * @brief Do not use, only contains deprecated defines. * @deprecated Use json_util.h instead. * * $Id: bits.h,v 1.10 2006/01/30 23:07:57 mclark Exp $ * * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd. * Michael Clark <michael@metaparadigm.com> * * This library is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See COPYING for details. * */ #ifndef _bits_h_ #define _bits_h_ /** * @deprecated */ #define hexdigit(x) (((x) <= '9') ? (x) - '0' : ((x) & 7) + 9) /** * @deprecated */ #define error_ptr(error) ((void*)error) /** * @deprecated */ #define error_description(error) (json_tokener_get_error(error)) /** * @deprecated */ #define is_error(ptr) (ptr == NULL) #endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| arraylist.h | File | 1.52 KB | 0644 |
|
| bits.h | File | 755 B | 0644 |
|
| debug.h | File | 1.68 KB | 0644 |
|
| json.h | File | 810 B | 0644 |
|
| json_c_version.h | File | 1.16 KB | 0644 |
|
| json_config.h | File | 163 B | 0644 |
|
| json_inttypes.h | File | 350 B | 0644 |
|
| json_object.h | File | 37.1 KB | 0644 |
|
| json_object_iterator.h | File | 8.08 KB | 0644 |
|
| json_pointer.h | File | 4.72 KB | 0644 |
|
| json_tokener.h | File | 6.93 KB | 0644 |
|
| json_util.h | File | 2.93 KB | 0644 |
|
| json_visit.h | File | 3.11 KB | 0644 |
|
| linkhash.h | File | 10.89 KB | 0644 |
|
| printbuf.h | File | 3.77 KB | 0644 |
|