Searched refs:my_int (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/json-c/tests/
H A Dtest1.c38 json_object *my_string, *my_int, *my_object, *my_array; local
64 my_int = json_object_new_int(9);
65 printf("my_int=%d\n", json_object_get_int(my_int));
66 printf("my_int.to_string()=%s\n", json_object_to_json_string(my_int));
129 json_object_put(my_int);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/json-c/tests/
H A Dtest1.c38 json_object *my_string, *my_int, *my_object, *my_array; local
64 my_int = json_object_new_int(9);
65 printf("my_int=%d\n", json_object_get_int(my_int));
66 printf("my_int.to_string()=%s\n", json_object_to_json_string(my_int));
129 json_object_put(my_int);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/json-c/tests/
H A Dtest1.c38 json_object *my_string, *my_int, *my_object, *my_array; local
64 my_int = json_object_new_int(9);
65 printf("my_int=%d\n", json_object_get_int(my_int));
66 printf("my_int.to_string()=%s\n", json_object_to_json_string(my_int));
129 json_object_put(my_int);

Completed in 124 milliseconds