#ifndef __EXPORTXYZ_H #define __EXPORTXYZ_H void exportXYZ(const char * file, const char *mat, int timesteps); #endif