.\" This man page is automatically generated using .\" kayadoc2man from the Kaya development tools and the -xmldocs compile .\" option. Editing it directly is not encouraged. .\" It is under the same license as the source .k file that it was .\" generated from. .TH "IO.putChar" "3kaya" "August 2014" "Kaya" "Kaya module reference" .SH "NAME" IO::putChar \- Write a character to a file. .SH "SYNOPSIS" .B Void putChar( \fIFile handle, Char c\fP .B ")" .SH "ARGUMENTS" .PP .B "handle" A writable file handle .PP .B "c" The byte to write .SH "DESCRIPTION" .PP Write a binary character to a file. \fBChar(200) \fP will write a byte with a value of 200, not the multibyte representation of \fBChar(200) \fP in UTF-8. Writing a character with a value greater than 256 is undefined. .SH "AUTHORS" Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ .SH LICENSE The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. .SH "RELATED" .PD 0 .PP .B "IO.getChar"(3kaya) .PP .B "IO.put"(3kaya) .PP .B "IO.putInt"(3kaya) .PP .B "IO.putStr"(3kaya) .PD 0.4v