Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
int parse_uint32(uint32_t *pval, const char **pp)
222
{
223
return parse_uint32_base(pval, pp, 0);
224
}
225
226
int parse_time(uint32_t *psec, uint32_t *pnsec, const char **pp)
227
{
Callers
4
filelist_load_rec
Function · 0.85
fs_cmd_xhr
Function · 0.85
fs_cmd_pbkdf2
Function · 0.85
parse_time
Function · 0.85
Calls
1
parse_uint32_base
Function · 0.85
Tested by
no test coverage detected