D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
include
/
json-c
/
Filename :
bits.h
back
Copy
/** * @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
Size
Last Modified
Owner
Permissions
Actions
arraylist.h
1.521
KB
March 06 2018 4:18:59
root
0644
bits.h
0.737
KB
March 06 2018 4:18:59
root
0644
debug.h
1.684
KB
March 06 2018 4:18:59
root
0644
json.h
0.791
KB
March 06 2018 4:18:59
root
0644
json_c_version.h
1.156
KB
March 06 2018 4:18:59
root
0644
json_config.h
0.159
KB
April 18 2022 2:42:41
root
0644
json_inttypes.h
0.342
KB
March 06 2018 4:18:59
root
0644
json_object.h
37.102
KB
March 06 2018 4:18:59
root
0644
json_object_iterator.h
8.08
KB
March 06 2018 4:18:59
root
0644
json_pointer.h
4.719
KB
March 06 2018 4:18:59
root
0644
json_tokener.h
6.926
KB
March 06 2018 4:18:59
root
0644
json_util.h
2.927
KB
March 06 2018 4:18:59
root
0644
json_visit.h
3.106
KB
March 06 2018 4:18:59
root
0644
linkhash.h
10.89
KB
March 06 2018 4:18:59
root
0644
printbuf.h
3.768
KB
March 06 2018 4:18:59
root
0644
2017 © D7net | D704T team