mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
7 lines
72 B
C
7 lines
72 B
C
#include <lua.h>
|
|
|
|
int luaopen_linenoise(lua_State *L)
|
|
{
|
|
return 1;
|
|
}
|