home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
gnu
/
crssrc16
/
intro.5
< prev
next >
Wrap
Text File
|
1993-07-29
|
849b
|
35 lines
.\" Copyright 1980 Kenneth C. R. C. Arnold and The Regents of the
.\" University of California. Permission is granted to freely
.\" distribute curses and its documentation provided that this
.\" notice is left intact.
.\"
.\" @(#)intro.5 6.1 (Berkeley) 4/23/86
.\"
.sh 1 "The Functions"
.pp
In the following definitions,
.q \*m
means that the
.q function
is really a
.q #define
macro with arguments.
This means that it will not show up in stack traces in the debugger,
or, in the case of such functions as
.Fn addch ,
it will show up as it's
.Bq w
counterpart.
The arguments are given to show the order and type of each.
Their names are not mandatory,
just suggestive.
.ta 11m,17m,25m,33m,41m,49m,57m,65m,73m
.sh 2 "Output Functions"
.so doc.I
.sh 2 "Input Functions"
.so doc.II
.sh 2 "Miscellaneous Functions"
.so doc.III
.sh 2 Details
.so doc.IV