Static methods

@:native("fclose")staticfclose(file:FILE):Int

@:native("fopen")staticfopen(filename:ConstCharStar, mode:ConstCharStar):FILE

@:native("fprintf")staticfprintf(file:FILE, format:ConstCharStar, rest:Rest<VarArg>):Void

@:native("fwrite")staticfwrite<T>(data:RawPointer<T>, elemSize:SizeT, elemCount:SizeT, file:FILE):SizeT

@:native("printf")staticprintf(format:ConstCharStar, rest:Rest<VarArg>):Void