Implements toint function
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -127,7 +127,7 @@ namespace Porygon::Parser {
|
||||
}
|
||||
}
|
||||
|
||||
int CharToInt(char16_t c) {
|
||||
static int CharToInt(char16_t c) {
|
||||
switch (c) {
|
||||
case '0':
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user