From 9b4c5b76d90a474756b498c220afe695c66a7480 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 19 Jun 2015 21:18:34 -0400 Subject: [PATCH] Fixed missed prototype --- src/unity.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unity.c b/src/unity.c index f4c3aa9..41b2cb1 100644 --- a/src/unity.c +++ b/src/unity.c @@ -110,6 +110,7 @@ void UnityPrint(const char* string) } } +void UnityPrintLen(const char* string, const _UU32 length); void UnityPrintLen(const char* string, const _UU32 length) { const char* pch = string;