mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-06-28 23:01:43 +00:00
6 lines
136 B
C
6 lines
136 B
C
#ifndef STAT_SORT_H
|
|
#define STAT_SORT_H
|
|
|
|
int proc_matrix (const int, const int *, int *, int *, int *, int *);
|
|
|
|
#endif /* STAT_SORT_H */ |