KMP-MPI/util.h

7 lines
90 B
C
Raw Normal View History

2021-03-15 20:04:23 +00:00
#ifndef KMP_UTIL_H
#define KMP_UTIL_H
void print_array(int *, int);
#endif //KMP_UTIL_H