Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ load_file
Function
load_file
tinyemu/machine.c:450–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
449
#ifdef EMSCRIPTEN
450
static int load_file(uint8_t **pbuf, const char *filename)
451
{
452
abort();
453
}
454
#else
455
/* return -1 if error. */
456
static int load_file(uint8_t **pbuf, const char *filename)
Callers
1
config_load_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected