Testing function and header files

This commit is contained in:
2015-11-01 04:50:25 +01:00
parent b86ee577dc
commit 84a1ce65f1
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int plusone(int nr)
{
return ++nr;
}