next up previous
Seguinte: inout.c Acima: Códigos-fonte: Solução por força Anterior: pcv.h

inout.h


001   #ifndef __INOUT_H
002   #define __INOUT_H
003   
004   #include "pcv.h"
005   
006   int readPcvFile(const char *szFName, TPcvData *PcvData);
007   void writeOutput(const TPcvData *PcvData);
008   
009   #endif  // __INOUT_H



VilarNt 2003-06-20