MAN 3s
MAN 3s
- ctermid, ctermid_r - generate path name for controlling terminal
- cuserid - get character login name of the user
- fclose, fflush - close or flush a stream
- ferror, feof, clearerr, fileno - stream status inquiries
- flockfile, funlockfile, ftrylockfile - acquire and release stream lock
- fopen, freopen, fdopen - open a stream
- fread, fwrite - buffered binary input/output
- fseek, rewind, ftell - 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
- popen, pclose - initiate pipe to/from a process
- printf, fprintf, sprintf - 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
- scanf, fscanf, sscanf - convert formatted input
- setbuf, setvbuf - assign buffering to a stream
- stdio - standard buffered input/output package
- system - issue a shell command
- tmpfile - create a temporary file
- tmpnam, tmpnam_r, tempnam - create a name for a temporary file
- ungetc - push character back onto input stream
- vprintf, vfprintf, vsprintf - print formatted output of a variable argument list
|
|
Created by unroff & hp-tools.
© by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 21/April/97