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