MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / str_accumulate

Function str_accumulate

examples/libc/ex4.c:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#if 0
24
25char * str_accumulate(char * s)
26{
27 static char accu[1024] = { 0 };
28 strcat(accu, s);
29 return accu;
30}
31
32#endif
33

Callers 1

processFunction · 0.85

Calls 6

pthread_onceFunction · 0.85
pthread_getspecificFunction · 0.85
pthread_setspecificFunction · 0.85
pthread_selfFunction · 0.85
mallocFunction · 0.50
printfFunction · 0.50

Tested by

no test coverage detected