Testing function and header files
This commit is contained in:
7
misc/my_math_lib/mymath.c
Normal file
7
misc/my_math_lib/mymath.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int plusone(int nr)
|
||||
{
|
||||
return ++nr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user