mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
needs "stdlib.h" (calls "exit")
This commit is contained in:
parent
d49e4dd752
commit
783ba75129
1 changed files with 2 additions and 1 deletions
3
lua.c
3
lua.c
|
|
@ -1,11 +1,12 @@
|
|||
/*
|
||||
** $Id: lua.c,v 1.11 1997/12/22 18:05:23 roberto Exp roberto $
|
||||
** $Id: lua.c,v 1.12 1997/12/22 20:03:50 roberto Exp roberto $
|
||||
** Lua stand-alone interpreter
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "lua.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue