mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Rename print to printChar
This clarifies its usage, for printing a single character in error messages.
This commit is contained in:
@@ -30,7 +30,7 @@ uint32_t calchash(const char *s)
|
||||
return hash;
|
||||
}
|
||||
|
||||
char const *print(int c)
|
||||
char const *printChar(int c)
|
||||
{
|
||||
// "'A'" + '\0': 4 bytes
|
||||
// "'\\n'" + '\0': 5 bytes
|
||||
|
||||
Reference in New Issue
Block a user