mirror of
https://github.com/lua/lua
synced 2025-01-13 12:59:17 +03:00
don't need stdio
This commit is contained in:
parent
a102221a0b
commit
2cd6161060
@ -1,10 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lundump.c,v 1.46 2002/05/07 17:36:56 roberto Exp roberto $
|
** $Id: lundump.c,v 1.47 2002/05/15 18:57:44 roberto Exp roberto $
|
||||||
** load pre-compiled Lua chunks
|
** load pre-compiled Lua chunks
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "lua.h"
|
#include "lua.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user