mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
no need for ctype.h
This commit is contained in:
parent
3059579253
commit
47e666c090
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
/*
|
||||
** $Id: lauxlib.c,v 1.170 2007/06/22 15:33:54 roberto Exp roberto $
|
||||
** $Id: lauxlib.c,v 1.171 2007/06/22 15:39:34 roberto Exp roberto $
|
||||
** Auxiliary functions for building Lua libraries
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue