mirror of
https://github.com/estkme-group/lpac
synced 2025-07-20 10:36:37 +02:00
5 lines
158 B
C
5 lines
158 B
C
#pragma once
|
|
|
|
#include "cJSON.h"
|
|
|
|
CJSON_PUBLIC(cJSON *) cJSON_AddStringOrNullToObject(cJSON *const object, const char *const name, const char *const string);
|