io.putchar(3kaya) debian man page | unix.com

Man Page: io.putchar

Operating Environment: debian

Section: 3kaya

IO.putChar(3kaya)					       Kaya module reference						 IO.putChar(3kaya)

NAME
IO::putChar - Write a character to a file.
SYNOPSIS
Void putChar( File handle, Char c )
ARGUMENTS
handle A writable file handle c The byte to write
DESCRIPTION
Write a binary character to a file. Char(200) will write a byte with a value of 200, not the multibyte representation of Char(200) in UTF-8. Writing a character with a value greater than 256 is undefined.
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/
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.
RELATED
IO.getChar(3kaya) IO.put(3kaya) IO.putInt(3kaya) IO.putStr(3kaya) Kaya October 2012 IO.putChar(3kaya)
Related Man Pages
prelude.islineending(3kaya) - debian
prelude.islower(3kaya) - debian
prelude.isspace(3kaya) - debian
cursesw.getchar(3kaya) - debian
testing.randomint(3kaya) - debian
Similar Topics in the Unix Linux Community
awk split characters
Change nth Char in a file..
read and write from a file
How to merge and add?? Two Files
Remove First Char from Line in File Only if it's a comma