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
127 B
C

#ifndef SUB_H
#define SUB_H
void column_generator(int y1, int y2, int y3, int y4, int a[static 4], int num_col_sp);
#endif