9 lines
64 B
C
Raw Normal View History

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