Download this file
1 2 3 4 5 6 7 8 9
#ifndef __RCVIO_H #define __RCVIO_H #include "particle.h" void writercv (FILE *, Particle_t *, int); int readrcv (FILE *, Particle_t *); #endif