#ifndef LUATML_SERVE_H #define LUATML_SERVE_H #include "luatml.h" LUATML_RESULT_TYPE luatml_serve(luatml_ctx *ctx, int argc, char **argv); #endif