Initial commit

This commit is contained in:
stubbfel
2018-01-26 02:04:31 +01:00
commit 2409815a82
7 changed files with 451 additions and 0 deletions

30
src/kunity.h Normal file
View 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