Removing unnecessary function prototypes, inline PrintOk/Fail

This commit is contained in:
jsalling
2017-01-18 09:14:02 -06:00
parent 04e10f95ee
commit b29ad2ee68
2 changed files with 4 additions and 22 deletions

View File

@ -419,6 +419,7 @@ void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int
*-------------------------------------------------------*/
void UnityPrint(const char* string);
void UnityPrintLen(const char* string, const UNITY_UINT32 length);
void UnityPrintMask(const UNITY_UINT mask, const UNITY_UINT number);
void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style);
void UnityPrintNumber(const UNITY_INT number);