Testing function and header files
This commit is contained in:
7
misc/my_math_lib/test.c
Normal file
7
misc/my_math_lib/test.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "mymath.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Nr: %d\n", plusone(5));
|
||||
}
|
Reference in New Issue
Block a user