MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / iSG_mc_fwrite

Function iSG_mc_fwrite

src/SB/Core/gc/isavegame.cpp:1880–1883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1878
1879static S32 iSG_mcqa_fwrite(st_ISG_MEMCARD_DATA* mcdata, char* buf, S32 len);
1880static S32 iSG_mc_fwrite(st_ISG_MEMCARD_DATA* mcdata, char* buf, S32 len)
1881{
1882 return iSG_mcqa_fwrite(mcdata, buf, len);
1883}
1884
1885static S32 iSG_mcqa_fwrite(st_ISG_MEMCARD_DATA* mcdata, char* buf, S32 len)
1886{

Callers 1

iSGSaveFileFunction · 0.85

Calls 1

iSG_mcqa_fwriteFunction · 0.85

Tested by

no test coverage detected