MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / vm_get_str_opt

Function vm_get_str_opt

tinyemu/machine.c:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115static int vm_get_str_opt(JSONValue obj, const char *name, const char **pstr)
116{
117 return vm_get_str2(obj, name, pstr, TRUE);
118}
119
120static char *strdup_null(const char *str)
121{

Callers 1

Calls 1

vm_get_str2Function · 0.85

Tested by

no test coverage detected