__writeFile
In this section:
Syntax
__writeFile(fileHandle, value)
Parameters
fileHandleA macro variable used as filehandle by the __
openFilemacro.
valueAn integer.
Return value
int 0
For use with
All C-SPY drivers.
Description
Prints the integer value in hexadecimal format (with a trailing space) to the file file.
Note
The __fmessage statement can do the same thing. The __writeFile macro is provided for symmetry with __readFile.