refactoring: tolower

This commit is contained in:
rusefi 2017-04-04 22:53:58 -04:00
parent 716f74a37e
commit 9cdb2a7830
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ extern "C"
#endif /* __cplusplus */
char * efiTrim(char *param);
int mytolower(const char c);
uint32_t efiStrlen(const char *param);
int efiPow10(int param);
bool startsWith(const char *line, const char *prefix);