L3DT users' wiki
Large 3D terrain generator

fputc

Description

Write a single character to a file at the current stream position.

Function prototype

bool fputc <voidptr:hFile> <int:char>

Arguments

Name Type Comment
hFile voidptr A handle to a file created by fopen or fopen_s.
char int The character code to be written to the file.

Return value

True if successful, and false if an error occurred.

Example

None.

Comments

None.

See also

 
plugins/general/zeoscript/reference/functions/fputc.txt · Last modified: 2017/08/31 06:59 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki