synced to core
This commit is contained in:
parent
94c449936d
commit
92be7f6791
@ -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,_}:...);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user