diff options
Diffstat (limited to 'lib/test.c')
| -rw-r--r-- | lib/test.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/test.c b/lib/test.c new file mode 100644 index 0000000..78a0d02 --- /dev/null +++ b/lib/test.c @@ -0,0 +1,9 @@ +#include <stdio.h> + +#include "types.h" + +void +dp_hello_world() +{ + printf("Hello World\n"); +} |
