callisto/ljson.h
2023-06-25 16:47:09 +12:00

9 lines
100 B
C

#ifndef _LJSON_H_
#define _LJSON_H_
#include <lua.h>
int callistoopen_json(lua_State *);
#endif