00001 /* 00002 ** ---------------------------------------------------------------- 00003 ** prmio.h - Primitive input/output module prototypes. 00004 ** 00005 ** ---------------------------------------------------------------- 00006 */ 00007 #ifndef _PRMIO_H 00008 #define _PRMIO_H 00009 00029 /* 00030 ** --------------------------------------------------------------- 00031 ** Used global definitions: 00032 ** 00033 */ 00034 #include <stdio.h> /* FILE */ 00035 00036 /* 00037 ** ---------------------------------------------------------------- 00038 ** Public functions: 00039 ** 00040 */ 00041 00042 /* --------------------------------------------------------------- */ 00129 int prmioInterpret( FILE *fd ); 00130 00131 /* --------------------------------------------------------------- */ 00188 void prmioWriteList( FILE *fd ); 00189 00192 #endif 00193 00194 ** %END 00195 ** Indicates the end of primitive specification. 00196 ** 00197 ** @param fd - input file descritor (in) 00198 */ 00199 void prmioWriteList( FILE *fd ); 00200 00203 #endif