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

Function parse_uint64

tinyemu/fs_utils.c:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216int parse_uint64(uint64_t *pval, const char **pp)
217{
218 return parse_uint64_base(pval, pp, 0);
219}
220
221int parse_uint32(uint32_t *pval, const char **pp)
222{

Callers 4

filelist_load_recFunction · 0.85
preload_parse_strFunction · 0.85
fs_cmd_set_urlFunction · 0.85
parse_tag_uint64Function · 0.85

Calls 1

parse_uint64_baseFunction · 0.85

Tested by

no test coverage detected