library/src/add.h

11 lines
159 B
C
Raw Normal View History

2019-10-15 13:57:41 +02:00
//
// 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