mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
6 lines
72 B
C
6 lines
72 B
C
#include <lua.h>
|
|
|
|
int luaopen_linenoise(lua_State *L)
|
|
{
|
|
return 1;
|
|
}
|