MCPcopy 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
16static int errors = 0;
17static void merror(const char *msg)
18{
19 ++errors;
20 printf("Error: %s\n", msg);
21}
22
23int libc_mem(void)
24{

Callers 1

libc_memFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected