#ifndef _RECFORM_H_ #define _RECFORM_H_ #define KEYSIZE 12 typedef struct simpRec { int value ; char name[KEYSIZE] ; } simpRecT ; #endif