MCPcopy Create free account
hub / github.com/MegEngine/MegCC / tinynn_fread

Function tinynn_fread

runtime/src/utils.c:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 return g_cb.tinynn_fwrite_cb(ptr, size, nmemb, stream);
164}
165size_t tinynn_fread(void* ptr, size_t size, size_t nmemb, FILE* stream) {
166 ensure_register_file_api();
167 return g_cb.tinynn_fread_cb(ptr, size, nmemb, stream);
168}
169// vim: syntax=cpp.doxygen

Callers 1

Calls 1

ensure_register_file_apiFunction · 0.85

Tested by

no test coverage detected