MCPcopy Create free account
hub / github.com/TASEmulators/fceux / readFromFile

Method readFromFile

src/ld65dbg.cpp:104–109  ·  view source on GitHub ↗

---------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

102 }
103 //---------------------------------------------------------------------------------------------------
104 const char *database::dbgLine::readFromFile( FILE *fp )
105 {
106 readPtr = 0;
107
108 return fgets(buf, bufSize, fp);
109 }
110 //---------------------------------------------------------------------------------------------------
111 int database::dbgLine::readToken( char *tk, size_t tkSize )
112 {

Callers 1

dbgFileLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected