home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
d
/
desklib
/
!DeskLib
/
h
/
Dispatch
< prev
next >
Wrap
Text File
|
1996-05-21
|
293b
|
15 lines
#ifndef __Desk_Dispatch_h
#define __Desk_Dispatch_h
#ifdef __cplusplus
extern "C" {
#endif
typedef void (*Desk_dispatch_proc)();
extern int Dispatch(int value, int size, int table[],
Desk_dispatch_proc functions[],
int arg0, int arg1, int arg2, int arg3);
#ifdef __cplusplus
}
#endif
#endif