home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
Add-Ons
/
MPW
/
MPW noweb 2.7
/
src
/
c
/
modtrees.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-30
|
228 b
|
5 lines
|
[
TEXT/MPS
]
Module insert (char *modname); /* add a module to the world */
Module lookup (char *modname); /* return ptr to module or NULL */
void apply_each_module(void (*fun)(Module));
/* apply [[fun]] to each module in the tree */