We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49ff14 commit cd041f8Copy full SHA for cd041f8
include/cjlib.h
@@ -152,8 +152,8 @@ union cjlib_json_data_disting
152
*/
153
struct cjlib_json_data
154
{
155
- union cjlib_json_data_disting c_value; // TODO - change to pointer.
156
- enum cjlib_json_datatypes c_datatype; // TODO - change to pointer.
+ union cjlib_json_data_disting c_value;
+ enum cjlib_json_datatypes c_datatype;
157
};
158
159
static inline int cjlib_json_init(struct cjlib_json *restrict src)
0 commit comments