library/src/add.h

7 lines
76 B
C
Raw Normal View History

2019-10-15 13:57:41 +02:00
#ifndef LIBRARY_ADD_H
#define LIBRARY_ADD_H
int add(int a, int b);
#endif