MCPcopy Create free account
hub / github.com/3proxy/3proxy / printstr

Function printstr

src/webadmin.c:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97*/
98
99static void printstr(struct printparam* pp, char* str){
100 stdpr(pp, str, str?(int)strlen(str):0);
101}
102
103static void printval(void *value, int type, int level, struct printparam* pp){
104 struct node pn, cn;

Callers 2

printvalFunction · 0.85
adminchildFunction · 0.85

Calls 1

stdprFunction · 0.85

Tested by

no test coverage detected