Files
moldyn/statgen/stat_sort.h
arcan1s 51d31d0a2f + added CMakeLists.txt
+ added headers
+ added library 'add_main.c'
+ some optimization
2013-07-22 06:06:01 +04:00

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 */