Makefile/lib.h

7 lines
77 B
C

#ifndef LIB_H_
#define LIB_H_
int calc_num(int a, int b);
#endif // LIB_H_