1
2
3
4
5
6
7
#ifndef __STATIC_HELPER_H__
#define __STATIC_HELPER_H__

int add_five(int n);
int add_seven(int n);

#endif /* end of include guard: __STATIC_HELPER_H__ */

© Copyright 2022 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.