C-Playground/lib/math.h

9 lines
84 B
C

#ifndef MATH_H
#define MATH_H
#include "array.h"
intArray findDivisors();
#endif