mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 17:31:36 +01:00
Fixed missed prototype
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user