9 lines
100 B
C
9 lines
100 B
C
#ifndef _LJSON_H_
|
|
|
|
#define _LJSON_H_
|
|
|
|
#include <lua.h>
|
|
|
|
int callistoopen_json(lua_State *);
|
|
|
|
#endif
|