Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <stdio.h>
#include "lua.h"
#include "lauxlib.h"
Go to the source code of this file.
Functions | |
static int | print (lua_State *L) |
int | main (void) |
int main | ( | void | ) |
Definition at line 32 of file min.c.
References lua_close(), lua_open, lua_register, lua_tostring, luaL_dofile, NULL, and print().
|
static |
Definition at line 12 of file min.c.
References lua_gettop(), lua_isboolean, lua_isnil, lua_isstring(), lua_toboolean(), lua_topointer(), lua_tostring, luaL_typename, and printf.
Referenced by main().