Current Path: > > usr > > include > json-c >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
arraylist.h | File | 1557 bytes | March 06 2018 04:18:59. | |
bits.h | File | 755 bytes | March 06 2018 04:18:59. | |
debug.h | File | 1724 bytes | March 06 2018 04:18:59. | |
json.h | File | 810 bytes | March 06 2018 04:18:59. | |
json_c_version.h | File | 1184 bytes | March 06 2018 04:18:59. | |
json_config.h | File | 163 bytes | April 18 2022 14:42:41. | |
json_inttypes.h | File | 350 bytes | March 06 2018 04:18:59. | |
json_object.h | File | 37992 bytes | March 06 2018 04:18:59. | |
json_object_iterator.h | File | 8274 bytes | March 06 2018 04:18:59. | |
json_pointer.h | File | 4832 bytes | March 06 2018 04:18:59. | |
json_tokener.h | File | 7092 bytes | March 06 2018 04:18:59. | |
json_util.h | File | 2997 bytes | March 06 2018 04:18:59. | |
json_visit.h | File | 3181 bytes | March 06 2018 04:18:59. | |
linkhash.h | File | 11151 bytes | March 06 2018 04:18:59. | |
printbuf.h | File | 3858 bytes | March 06 2018 04:18:59. |
/** * @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
SILENT KILLER Tool