refactoring: tolower
This commit is contained in:
parent
716f74a37e
commit
9cdb2a7830
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue