[go: up one dir, main page]

Menu

[r83]: / trunk / xmdview-1.1 / rcvio.h  Maximize  Restore  History

Download this file

10 lines (6 with data), 150 Bytes

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