synced to core
This commit is contained in:
@@ -81,6 +81,11 @@ native fseek(file, position, start);
|
|||||||
//Returns the current position in a file
|
//Returns the current position in a file
|
||||||
native ftell(file);
|
native ftell(file);
|
||||||
|
|
||||||
|
//These are straight from the C standard.
|
||||||
|
native fgetc(file);
|
||||||
|
native fputc(file, data);
|
||||||
|
native fungetc(file, data);
|
||||||
|
|
||||||
//Return the size of a file
|
//Return the size of a file
|
||||||
native filesize(const filename[],{Float,Sql,Result,_}:...);
|
native filesize(const filename[],{Float,Sql,Result,_}:...);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user