Moved headers into src
This commit is contained in:
parent
51d34af363
commit
4052f9712d
2 changed files with 0 additions and 0 deletions
3
src/fib.h
Normal file
3
src/fib.h
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
int fib(int n);
|
||||
3
src/greet.h
Normal file
3
src/greet.h
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
void greet(const char *name);
|
||||
Loading…
Add table
Add a link
Reference in a new issue