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

Function isValueWrite

src/conddebug.cpp:161–164  ·  view source on GitHub ↗

Determines if a character is for value write

Source from the content-addressed store, hash-verified

159
160// Determines if a character is for value write
161static int isValueWrite(char c)
162{
163 return c == 'W';
164}
165
166// Reads a hexadecimal number from str
167static int getNumber(unsigned int* number, const char** str)

Callers 1

PrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected