Use ndef
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#ifndef FUNC_H
|
||||||
|
#define FUNC_H
|
||||||
|
|
||||||
typedef int int32_t;
|
typedef int int32_t;
|
||||||
|
|
||||||
@ -10,4 +11,6 @@ void addNumbers(int32_t l, int32_t r);
|
|||||||
|
|
||||||
void someHeaderImplementedFunction(int32_t a, int32_t b) {
|
void someHeaderImplementedFunction(int32_t a, int32_t b) {
|
||||||
doSomething(a, b);
|
doSomething(a, b);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // FUNC_H
|
Reference in New Issue
Block a user