mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
sorting the includes...
This commit is contained in:
parent
de79e7fc58
commit
4e91384e14
6
liolib.c
6
liolib.c
@ -1,15 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: liolib.c,v 1.10 1997/12/17 20:48:58 roberto Exp roberto $
|
** $Id: liolib.c,v 1.11 1997/12/18 18:32:39 roberto Exp roberto $
|
||||||
** Standard I/O (and system) library
|
** Standard I/O (and system) library
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
#include "lauxlib.h"
|
#include "lauxlib.h"
|
||||||
#include "lua.h"
|
#include "lua.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user