mirror of
https://github.com/estkme-group/lpac
synced 2025-06-29 16:22:57 +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);
|