home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 2
/
RISC_DISC_2.iso
/
pd_share
/
program
/
code
/
desklib
/
DeskLib
/
!DeskLib
/
h
/
Dispatch
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-17
|
279 b
|
15 lines
#ifndef __dl_dispatch_h
#define __dl_dispatch_h
#ifdef __cplusplus
extern "C" {
#endif
typedef void (*dispatch_proc)();
extern int Dispatch(int value, int size, int table[],
dispatch_proc functions[],
int arg0, int arg1, int arg2, int arg3);
#ifdef __cplusplus
}
#endif
#endif