MCPcopy Create free account
hub / github.com/Entware/Entware / str_get

Function str_get

scripts/config/util.c:77–80  ·  view source on GitHub ↗

Retrieve value of growable string */

Source from the content-addressed store, hash-verified

75
76/* Retrieve value of growable string */
77char *str_get(struct gstr *gs)
78{
79 return gs->s;
80}
81
82void *xmalloc(size_t size)
83{

Callers 6

menuInfoMethod · 0.85
search_confFunction · 0.85
show_helpFunction · 0.85
show_helpFunction · 0.85
search_confFunction · 0.85
print_helpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected