cmake_learning/alib/calc.c

6 lines
47 B
C

#include "calc.h"
int docalc() {
return 2;
}