Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
int parse_uint64(uint64_t *pval, const char **pp)
217
{
218
return parse_uint64_base(pval, pp, 0);
219
}
220
221
int parse_uint32(uint32_t *pval, const char **pp)
222
{
Callers
4
filelist_load_rec
Function · 0.85
preload_parse_str
Function · 0.85
fs_cmd_set_url
Function · 0.85
parse_tag_uint64
Function · 0.85
Calls
1
parse_uint64_base
Function · 0.85
Tested by
no test coverage detected