This repository has been archived on 2019-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
aro/src/sub.h

9 lines
99 B
C

#ifndef SUB_H
#define SUB_H
void column_generator(double y[static 4], int a[static 5]);
#endif