HPUX man pages für Kapitel 3s
ctermid() - generate file name for terminal
cuserid() - get character login name of the user
fclose() - close or flush a stream
fdopen() - open or re-open a stream file; convert file to stream
feof() - stream status inquiries
ferror() - stream status inquiries
fflush() - close or flush a stream
fgetc() - get character or word from a stream file
fgetpos() - save and restore a file position indicator for a stream
fgets() - get a string from a stream
fileno() - map stream pointer to file descriptor
fopen() - open or re-open a stream file; convert file to stream
fprintf() - print formatted output
fputc() - put character or word on a stream
fputs() - put a string on a stream
fread() - buffered binary input/output to a stream file
freopen() - open or re-open a stream file; convert file to stream
fscanf - formatted input conversion, read from stream file
fseek() - reposition a file pointer in a stream
fsetpos() - save and restore a file position indicator for a stream
ftell() - reposition a file pointer in a stream
fwrite() - buffered binary input/output to a stream file
getc() - get character or word from a stream file
getchar() - get character or word from a stream file
gets() - get a string from a stream
getw() - get character or word from a stream file
nl_fprintf() - print formatted output
nl_fscanf - formatted input conversion, read from stream file
nl_printf() - print formatted output
nl_scanf - formatted input conversion, read from stream file
nl_sprintf() - print formatted output
nl_sscanf - formatted input conversion, read from stream file
pclose() - initiate pipe I/O to/from a process
popen() - initiate pipe I/O to/from a process
printf() - print formatted output
putc() - put character or word on a stream
putchar() - put character or word on a stream
puts() - put a string on a stream
putw() - put character or word on a stream
rewind() - reposition a file pointer in a stream
scanf - formatted input conversion, read from stream file
setbuf() - assign buffering to a stream file
setvbuf() - assign buffering to a stream file
sprintf() - print formatted output
sscanf - formatted input conversion, read from stream file
stdio() - standard buffered input/output stream file package
system() - issue a shell command
tempnam() - create a name for a temporary file
tmpfile() - create a temporary file
tmpnam() - create a name for a temporary file
ungetc() - push character back into input stream
vfprintf() - print formatted output of a varargs argument list
vfscanf() - formatted input conversion to a varargs argument list, read from stream file
vprintf() - print formatted output of a varargs argument list
vscanf() - formatted input conversion to a varargs argument list, read from stream file
vsprintf() - print formatted output of a varargs argument list
vsscanf() - formatted input conversion to a varargs argument list, read from stream file