mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-26 03:17:59 +08: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