writeFile

Writes a file, terminate the program on error

extern (C++)
void
writeFile
(
Loc loc
,
)

Parameters

loc
Type: Loc

The line number information from where the call originates

f
Type: File*

a ddmd.root.file.File handle to write

Meta