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

Function parse_uint32

tinyemu/fs_utils.c:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221int parse_uint32(uint32_t *pval, const char **pp)
222{
223 return parse_uint32_base(pval, pp, 0);
224}
225
226int parse_time(uint32_t *psec, uint32_t *pnsec, const char **pp)
227{

Callers 4

filelist_load_recFunction · 0.85
fs_cmd_xhrFunction · 0.85
fs_cmd_pbkdf2Function · 0.85
parse_timeFunction · 0.85

Calls 1

parse_uint32_baseFunction · 0.85

Tested by

no test coverage detected