System Global Function CATFPutc


CATFPutc( iFileDesc,
iChar)
Writes a character.
Role: Writes the byte specified by iChar (converted to an unsigned char) to the output file pointed to by iFileDesc, at the position indicated by the associated file-position indicator and advances the indicator appropriately.
Parameters:
iFileDesc
the file descriptor that has been obtained through
iChar
the character to write.
Returns:
Legal values:
S_OK :on Success.
negative : on failure

This object is included in the file: CATStdIO.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.