library/src/add.h

7 lines
76 B
C

#ifndef LIBRARY_ADD_H
#define LIBRARY_ADD_H
int add(int a, int b);
#endif