intégration des logiciels tier comme NanoMQ ainsi que les fichiers json de score
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
#ifndef HOCON_H
|
||||
#define HOCON_H
|
||||
#include "cJSON.h"
|
||||
|
||||
cJSON *hocon_parse_file(const char *file);
|
||||
cJSON *hocon_parse_str(char *str, size_t len);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user