fixed typo (at28930)
This commit is contained in:
parent
8da4987895
commit
f6cb8ab3bb
|
@ -45,7 +45,7 @@ native file_size(const file[], flag=0);
|
||||||
#define SEEK_CUR 1
|
#define SEEK_CUR 1
|
||||||
#define SEEK_END 2
|
#define SEEK_END 2
|
||||||
|
|
||||||
//Open a file, returns a handle or 0 on vailure
|
//Open a file, returns a handle or 0 on failure
|
||||||
native fopen(const filename[],const mode[]);
|
native fopen(const filename[],const mode[]);
|
||||||
|
|
||||||
//Closes a file handle
|
//Closes a file handle
|
||||||
|
|
Loading…
Reference in New Issue
Block a user