W3cubDocs

/Haxe C++

Stdio

package cpp

@:include("stdio.h") Available on cpp

Static methods

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

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

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

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

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

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/Stdio.html