Makefile/lib.h

7 lines
77 B
C
Raw Normal View History

2024-01-28 00:50:57 +03:00
#ifndef LIB_H_
#define LIB_H_
int calc_num(int a, int b);
#endif // LIB_H_