menu
cdart package
documentation
stdio.dart
stdio.dart
dark_mode
light_mode
stdio
library
Properties
printf
→ void Function
(
Object
?
object
)
final
Functions
ferror
(
FILE?
file
)
→
bool
sprintf
(
String
fmt
,
List
<
Object
>
args
)
→
String
?
Format
fmt
with
args
and return the result string, or null on error.
vfprintf
(
FILE
f
,
String
fmt
,
va_list
ap
)
→
int
cdart package
documentation
stdio.dart
cdart
package
Libraries
assert
base
cdart
complex
ctype
limits
math
stdarg
stddef
stdio
string
stdio library