Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
char * 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
process
Function · 0.85
Calls
6
pthread_once
Function · 0.85
pthread_getspecific
Function · 0.85
pthread_setspecific
Function · 0.85
pthread_self
Function · 0.85
malloc
Function · 0.50
printf
Function · 0.50
Tested by
no test coverage detected