Initial commit
This commit is contained in:
30
src/kunity.h
Normal file
30
src/kunity.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#ifndef KUNITY_H
|
||||
#define KUNITY_H
|
||||
#include "kunity_t.h"
|
||||
|
||||
#ifndef TEST_MACRO
|
||||
|
||||
//{ global include region
|
||||
#include <unity.h>
|
||||
//}
|
||||
//{ local include region
|
||||
|
||||
//}
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
//{ function region
|
||||
|
||||
extern void putchark(char a);
|
||||
|
||||
//}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TEST_MACRO
|
||||
|
||||
#endif // KUNITY_H
|
||||
Reference in New Issue
Block a user