#ifndef _iou2f_h_ #define _iou2f_h_ #include #define TRUE -1 #define FALSE 0 #define MAXDATA 1000000 #define MAXU2FCALLS 7 extern void (*u2f[MAXU2FCALLS])(int , char *, int *); #endif