提交 9b4c5b76 编写于 作者: M Mark VanderVoord

Fixed missed prototype

上级 08ffed33
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册