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

Function U8ToStr

src/drivers/win/cheat.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103char *U8ToStr(uint8 a)
104{
105 static char str[3];
106 sprintf(str,"%02X",a);
107 return str;
108}
109
110//int RedoCheatsCallB(char *name, uint32 a, uint8 v, int s) { //bbit edited: this commented out line was changed to the below for the new fceud
111int RedoCheatsCallB(const char *name, uint32 a, uint8 v, int c, int s, int type, void* data)

Callers 2

CheatConsoleCallBFunction · 0.85
GGConvCallBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected