updated header

This commit is contained in:
Felix Geyer
2004-02-08 11:31:54 +00:00
parent 983356c77e
commit 4478bb378f
10 changed files with 226 additions and 258 deletions

View File

@ -1,14 +1,10 @@
/* Files functions
*
* (c) 2002-2003, OLO
* This file is provided as is (no warranties).
*/
#if defined _file_included
#endinput
#endif
#define _file_included
*
* (c) 2002-2004, OLO
* modified by BAILOPAN, Manip, PM, SniperBeamer
*
* This file is provided as is (no warranties).
*/
/* Reads content from directory.
* Returns index of next element or 0 when end of dir. is reached. */
@ -31,4 +27,4 @@ native file_exists(const file[]);
When flag is set to 1 returns number of lines in the file,
and when flags is 2, function returns 1 if the file ends
with line feed. If file doesn't exist returns -1.*/
native file_size(const file[], flag=0);
native file_size(const file[], flag=0);