KMP-MPI/util.h
2021-03-19 17:56:57 +01:00

9 lines
134 B
C

#ifndef KMP_UTIL_H
#define KMP_UTIL_H
void print_array(int *, int);
char *read_file(char *filepath, int *len);
#endif //KMP_UTIL_H