MAN 3s
MAN 3s
- ctermid, ctermid_r - generate path name for controlling terminal
- cuserid - get character login name of the user
- ferror, feof, clearerr, fileno - stream status inquiries
- flockfile, funlockfile, ftrylockfile - acquire and release stream lock
- fread, fwrite - buffered binary input/output
- fsetpos - reposition a file pointer in a stream
- getc, getc_unlocked, getchar, getchar_unlocked, fgetc, getw - get character or word from a stream
- gets, fgets - get a string from a stream
- getws, fgetws - convert a string of EUC characters from the stream to Process Code
- popen, pclose - initiate pipe to/from a process
- printf, fprintf, sprintf, snprintf - print formatted output
- putc, putc_unlocked, putchar, putchar_unlocked, fputc, putw - put character or word on a stream
- puts, fputs - put a string on a stream
- putws - convert a string of Process Code characters to EUC characters
- scanf, fscanf, sscanf - convert formatted input
- setbuf, setvbuf - assign buffering to a stream
- stdio - standard buffered input/output package
- system - issue a shell command
- tmpnam, tmpnam_r, tempnam - create a name for a temporary file
- ungetc - push character back onto input stream
- vprintf, vfprintf, vsprintf, vsnprintf - print formatted output of a variable argument list
|
|
Created by unroff & hp-tools.
© by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 07/October/97