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

Function expand_string

scripts/config/preprocess.c:557–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557static char *expand_string(const char *in)
558{
559 return expand_string_with_args(in, 0, NULL);
560}
561
562static bool is_end_of_token(char c)
563{

Callers 1

variable_addFunction · 0.85

Calls 1

expand_string_with_argsFunction · 0.85

Tested by

no test coverage detected