Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

INTRO(3V)  —  SYSTEM V LIBRARY

NAME

intro − introduction to System V functions

SYNOPSIS

/usr/5bin/cc

DESCRIPTION

These functions are contained in the System V library, /usr/5lib/libc.a. They are automatically linked when you compile a C program with the C compiler in /usr/5bin/cc. 

LIST OF SYSTEM V LIBRARY FUNCTIONS

NameAppears on PageDescription
_tolower()ctype(3V) character classification and conversion macros and functions
_toupper()ctype(3V) character classification and conversion macros and functions
addch()curses(3V) System V cursor addressing and screen display library
addstr()curses(3V) System V cursor addressing and screen display library
asctime()ctime(3V) convert date and time
assert()assert(3V) verify program assertion
attroff()curses(3V) System V cursor addressing and screen display library
attron()curses(3V) System V cursor addressing and screen display library
attrset()curses(3V) System V cursor addressing and screen display library
baudrate()curses(3V) System V cursor addressing and screen display library
beep()curses(3V) System V cursor addressing and screen display library
box()curses(3V) System V cursor addressing and screen display library
cbreak()curses(3V) System V cursor addressing and screen display library
clear()curses(3V) System V cursor addressing and screen display library
clearerr()ferror(3V) stream status inquiries
clearok()curses(3V) System V cursor addressing and screen display library
clrtobot()curses(3V) System V cursor addressing and screen display library
clrtoeol()curses(3V) System V cursor addressing and screen display library
ctime()ctime(3V) convert date and time
ctype()ctype(3V) character classification and conversion macros and functions
curses()curses(3V) System V cursor addressing and screen display library
curses()curses(3V) System V cursor addressing and screen display library
delay_output()curses(3V) System V cursor addressing and screen display library
delch()curses(3V) System V cursor addressing and screen display library
deleteln()curses(3V) System V cursor addressing and screen display library
delwin()curses(3V) System V cursor addressing and screen display library
doupdate()curses(3V) System V cursor addressing and screen display library
echo()curses(3V) System V cursor addressing and screen display library
endpwent()getpwent(3V) get password file entry
endwin()curses(3V) System V cursor addressing and screen display library
erase()curses(3V) System V cursor addressing and screen display library
erasechar()curses(3V) System V cursor addressing and screen display library
fdopen()fopen(3V) open a stream
feof()ferror(3V) stream status inquiries
ferror()ferror(3V) stream status inquiries
fgetc()getc(3V) get character or integer from stream
fgetpwent()getpwent(3V) get password file entry
fileno()ferror(3V) stream status inquiries
fixterm()curses(3V) System V cursor addressing and screen display library
flash()curses(3V) System V cursor addressing and screen display library
flushinp()curses(3V) System V cursor addressing and screen display library
fopen()fopen(3V) open a stream
fprintf()printf(3V) formatted output conversion
freopen()fopen(3V) open a stream
fscanf()scanf(3V) formatted input conversion
getc()getc(3V) get character or integer from stream
getch()curses(3V) System V cursor addressing and screen display library
getchar()getc(3V) get character or integer from stream
getpass()getpass(3V) read a password
getpwent()getpwent(3V) get password file entry
getpwnam()getpwent(3V) get password file entry
getpwuid()getpwent(3V) get password file entry
getstr()curses(3V) System V cursor addressing and screen display library
gettmode()curses(3V) System V cursor addressing and screen display library
getw()getc(3V) get character or integer from stream
getyx()curses(3V) System V cursor addressing and screen display library
gmtime()ctime(3V) convert date and time
has_ic()curses(3V) System V cursor addressing and screen display library
has_il()curses(3V) System V cursor addressing and screen display library
idlok()curses(3V) System V cursor addressing and screen display library
inch()curses(3V) System V cursor addressing and screen display library
initscr()curses(3V) System V cursor addressing and screen display library
insch()curses(3V) System V cursor addressing and screen display library
insertln()curses(3V) System V cursor addressing and screen display library
intrflush()curses(3V) System V cursor addressing and screen display library
isalnum()ctype(3V) character classification and conversion macros and functions
isalpha()ctype(3V) character classification and conversion macros and functions
isascii()ctype(3V) character classification and conversion macros and functions
iscntrl()ctype(3V) character classification and conversion macros and functions
isdigit()ctype(3V) character classification and conversion macros and functions
isgraph()ctype(3V) character classification and conversion macros and functions
islower()ctype(3V) character classification and conversion macros and functions
isprint()ctype(3V) character classification and conversion macros and functions
ispunct()ctype(3V) character classification and conversion macros and functions
isspace()ctype(3V) character classification and conversion macros and functions
isupper()ctype(3V) character classification and conversion macros and functions
isxdigit()ctype(3V) character classification and conversion macros and functions
keypad()curses(3V) System V cursor addressing and screen display library
killchar()curses(3V) System V cursor addressing and screen display library
leaveok()curses(3V) System V cursor addressing and screen display library
localtime()ctime(3V) convert date and time
longname()curses(3V) System V cursor addressing and screen display library
meta()curses(3V) System V cursor addressing and screen display library
move()curses(3V) System V cursor addressing and screen display library
mvaddch()curses(3V) System V cursor addressing and screen display library
mvaddstr()curses(3V) System V cursor addressing and screen display library
mvcur()curses(3V) System V cursor addressing and screen display library
mvdelch()curses(3V) System V cursor addressing and screen display library
mvgetch()curses(3V) System V cursor addressing and screen display library
mvgetstr()curses(3V) System V cursor addressing and screen display library
mvinch()curses(3V) System V cursor addressing and screen display library
mvinsch()curses(3V) System V cursor addressing and screen display library
mvprintw()curses(3V) System V cursor addressing and screen display library
mvscanw()curses(3V) System V cursor addressing and screen display library
mvwaddch()curses(3V) System V cursor addressing and screen display library
mvwaddstr()curses(3V) System V cursor addressing and screen display library
mvwdelch()curses(3V) System V cursor addressing and screen display library
mvwgetch()curses(3V) System V cursor addressing and screen display library
mvwgetstr()curses(3V) System V cursor addressing and screen display library
mvwin()curses(3V) System V cursor addressing and screen display library
mvwinch()curses(3V) System V cursor addressing and screen display library
mvwinsch()curses(3V) System V cursor addressing and screen display library
mvwprintw()curses(3V) System V cursor addressing and screen display library
mvwscanw()curses(3V) System V cursor addressing and screen display library
newpad()curses(3V) System V cursor addressing and screen display library
newterm()curses(3V) System V cursor addressing and screen display library
newwin()curses(3V) System V cursor addressing and screen display library
nice()nice(3V) change priority of a process
nl()curses(3V) System V cursor addressing and screen display library
nocbreak()curses(3V) System V cursor addressing and screen display library
nodelay()curses(3V) System V cursor addressing and screen display library
noecho()curses(3V) System V cursor addressing and screen display library
nonl()curses(3V) System V cursor addressing and screen display library
noraw()curses(3V) System V cursor addressing and screen display library
overlay()curses(3V) System V cursor addressing and screen display library
overwrite()curses(3V) System V cursor addressing and screen display library
pnoutrefresh()curses(3V) System V cursor addressing and screen display library
printf()printf(3V) formatted output conversion
rand()rand(3V) simple random number generator
raw()curses(3V) System V cursor addressing and screen display library
refresh()curses(3V) System V cursor addressing and screen display library
resetterm()curses(3V) System V cursor addressing and screen display library
resetty()curses(3V) System V cursor addressing and screen display library
saveterm()curses(3V) System V cursor addressing and screen display library
savetty()curses(3V) System V cursor addressing and screen display library
scanf()scanf(3V) formatted input conversion
scanw()curses(3V) System V cursor addressing and screen display library
scroll()curses(3V) System V cursor addressing and screen display library
scrollok()curses(3V) System V cursor addressing and screen display library
set_term()curses(3V) System V cursor addressing and screen display library
setbuf()setbuf(3V) assign buffering to a stream
setbuffer()setbuf(3V) assign buffering to a stream
setgid()setuid(3V) set user and group IDs
setlinebuf()setbuf(3V) assign buffering to a stream
setpwent()getpwent(3V) get password file entry
setpwfile()getpwent(3V) get password file entry
setscrreg()curses(3V) System V cursor addressing and screen display library
setterm()curses(3V) System V cursor addressing and screen display library
setuid()setuid(3V) set user and group IDs
setupterm()curses(3V) System V cursor addressing and screen display library
setvbuf()setbuf(3V) assign buffering to a stream
signal()signal(3V) simplified software signal facilities
sleep()sleep(3V) suspend execution for interval
sprintf()printf(3V) formatted output conversion
srand()rand(3V) simple random number generator
sscanf()scanf(3V) formatted input conversion
standend()curses(3V) System V cursor addressing and screen display library
standout()curses(3V) System V cursor addressing and screen display library
subwin()curses(3V) System V cursor addressing and screen display library
timegm()ctime(3V) convert date and time
timelocal()ctime(3V) convert date and time
times()times(3V) get process and child process times
toascii()ctype(3V) character classification and conversion macros and functions
tolower()ctype(3V) character classification and conversion macros and functions
touchwin()curses(3V) System V cursor addressing and screen display library
toupper()ctype(3V) character classification and conversion macros and functions
traceoff()curses(3V) System V cursor addressing and screen display library
traceon()curses(3V) System V cursor addressing and screen display library
ttyslot()ttyslot(3V) find the slot in the utmp file of the current process
typeahead()curses(3V) System V cursor addressing and screen display library
tzset()ctime(3V) convert date and time
tzsetwall()ctime(3V) convert date and time
unctrl()curses(3V) System V cursor addressing and screen display library
waddch()curses(3V) System V cursor addressing and screen display library
waddstr()curses(3V) System V cursor addressing and screen display library
wattroff()curses(3V) System V cursor addressing and screen display library
wattron()curses(3V) System V cursor addressing and screen display library
wattrset()curses(3V) System V cursor addressing and screen display library
wclear()curses(3V) System V cursor addressing and screen display library
wclrtobot()curses(3V) System V cursor addressing and screen display library
wclrtoeol()curses(3V) System V cursor addressing and screen display library
wdelch()curses(3V) System V cursor addressing and screen display library
wdeleteln()curses(3V) System V cursor addressing and screen display library
werase()curses(3V) System V cursor addressing and screen display library
wgetch()curses(3V) System V cursor addressing and screen display library
wgetstr()curses(3V) System V cursor addressing and screen display library
winch()curses(3V) System V cursor addressing and screen display library
winsch()curses(3V) System V cursor addressing and screen display library
winsertln()curses(3V) System V cursor addressing and screen display library
wmove()curses(3V) System V cursor addressing and screen display library
wnoutrefresh()curses(3V) System V cursor addressing and screen display library
wprintw()curses(3V) System V cursor addressing and screen display library
wrefresh()curses(3V) System V cursor addressing and screen display library
wscanw()curses(3V) System V cursor addressing and screen display library
wsetscrreg()curses(3V) System V cursor addressing and screen display library
wstandend()curses(3V) System V cursor addressing and screen display library
wstandout()curses(3V) System V cursor addressing and screen display library

Sun Release 4.0  —  Last change: 4 September 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026