00001 #ifndef ECACTI_IO_H
00002 #define ECACTI_IO_H
00003
00004 int input_data(
00005 int argc,
00006 char *argv[],
00007 fu_memory_param_t *parameters);
00008
00009 void output_time_components(
00010 fu_memory_pif_t *result,
00011 fu_memory_param_t *parameters);
00012 #endif