Files
lammps-gran-kokkos/examples/COUPLE/library/files.h
2023-04-12 15:59:12 -06:00

6 lines
127 B
C

#ifndef FILES_H
#define FILES_H
void replace(char *, char *, int, char **);
void extract(char *, char *, int, char **);
#endif