cmake-tutorial/mathfunctions/mathfunctions.h

5 lines
62 B
C

#include <math.h>
#include <stdlib.h>
double mysqrt(double);