2016-07-09 11:21:54 +02:00

8 lines
63 B
C

#ifndef LIB1_HPP
#define LIB1_HPP
int add1(int num);
#endif