mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-09-14 06:10:00 +00: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)
|
void UnityPrintLen(const char* string, const _UU32 length)
|
||||||
{
|
{
|
||||||
const char* pch = string;
|
const char* pch = string;
|
||||||
|
|||||||
Reference in New Issue
Block a user