blob: 2a1f87d8590219f4bf34405ac4d41c0c27215cee (
plain)
1
2
3
4
5
6
7
8
9
|
/*-------------------------------------------------------------------------
*
* sysfunc.h--
* support for system functions
*
* -------------------------------------------------------------------------
*/
extern char *SystemFunctionHandler(char *funct);
|