Files
learning_c/misc/my_math_lib/mymath.h

4 lines
64 B
C

/* Specification of mymath libs */
extern int plusone(int nr);