2009-10-04 10:30:41 +03:00

9 lines
64 B
C

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