library/src/add.h

11 lines
159 B
C

//
// Copyright (c) 2019 Julian Hinxlage. All rights reserved.
//
#ifndef LIBRARY_ADD_H
#define LIBRARY_ADD_H
int add(int a, int b);
#endif //LIBRARY_ADD_H