Program Library Index: Loadable C Functions
Icon version 9.5.20f
These functions are built using the macro definition file
icall.h, then combined using
the UNIX shell script mklib.sh
to make a loadable library.
For more information about dynamically loaded C functions, see
Loading C Functions in Icon.
- (description,
code)
bitcount.c: Function to count bits in an integer
- (description,
code)
external.c: Functions to demonstrate Icon external values
- (description,
code)
files.c: Functions to manipulate file attributes
- (description,
code)
fpoll.c: Function to poll file for input
- (description,
code)
ilists.c: Icon-to-C interface for simple Icon lists
- (description,
code)
internal.c: Functions to access Icon internals
- (description,
code)
lgconv.c: Function to convert large integer to string
- (description,
code)
osf.c: Function to return OSF system table value
- (description,
code)
pack.c: Functions to pack and unpack binary data
- (description,
code)
ppm.c: Functions to manipulate PPM files in memory
- (description,
code)
process.c: Functions to manipulate UNIX processes
- (description,
code)
tconnect.c: Function to open TCP connection
Program Library Page |
Icon Home Page