neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

lua_cjson.h (202B)


      1 #ifndef CJSON_LUACJSON_H
      2 #define CJSON_LUACJSON_H
      3 
      4 #include "lua.h"
      5 
      6 int lua_cjson_new(lua_State *l);
      7 int luaopen_cjson(lua_State *l);
      8 int luaopen_cjson_safe(lua_State *l);
      9 
     10 #endif  // CJSON_LUACJSON_H