Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ merror
Function
merror
examples/libc/memory.c:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
static int errors = 0;
17
static void merror(const char *msg)
18
{
19
++errors;
20
printf(
"Error: %s\n"
, msg);
21
}
22
23
int libc_mem(void)
24
{
Callers
1
libc_mem
Function · 0.85
Calls
1
printf
Function · 0.50
Tested by
no test coverage detected