MCPcopy 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
450static int load_file(uint8_t **pbuf, const char *filename)
451{
452 abort();
453}
454#else
455/* return -1 if error. */
456static int load_file(uint8_t **pbuf, const char *filename)

Callers 1

config_load_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected