Skip to content

WriteChar

WriteChar

Writes char or uchar type variable to file.

uint  WriteChar(
   char  value      // value
   )

Parameters

value

[in] Variable to write.

Return Value

Number of bytes written.

Last updated on