- Timestamp:
- 2015-05-09T10:30:50Z (10 years ago)
- Children:
- b20014b
- Parents:
- 0ace810
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/parson.c
r0ace810 r199d51c 54 54 55 55 #define IS_CONT(b) (((unsigned char)(b) & 0xC0) == 0x80) /* is utf-8 continuation byte */ 56 57 typedef long long jint;58 56 59 57 /* Type definitions */
Note: See TracChangeset
for help on using the changeset viewer.