Added feature foo to the project
This commit is contained in:
parent
f20017067f
commit
23ddea6263
7
foo.c
Normal file
7
foo.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "foo.h"
|
||||
|
||||
|
||||
void foo(void) {
|
||||
puts("Hello World from foo()");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user