Home
last modified time | relevance | path

Searched refs:szBuff (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/micro_thread/
H A Dmicro_thread.h335 char szBuff[1024]; in LogDebug() local
337 memset(szBuff, 0, sizeof(szBuff)); in LogDebug()
338 vsprintf(szBuff, fmt, args); in LogDebug()
340 printf("%s\n",szBuff); in LogDebug()
344 char szBuff[1024]; in LogTrace() local
346 memset(szBuff, 0, sizeof(szBuff)); in LogTrace()
347 vsprintf(szBuff, fmt, args); in LogTrace()
349 printf("%s\n",szBuff); in LogTrace()
353 char szBuff[1024]; in LogError() local
355 memset(szBuff, 0, sizeof(szBuff)); in LogError()
[all …]