mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
src/utils.h: Adding strtolower()
This commit is contained in:
parent
fe1a063eef
commit
fd03346255
2 changed files with 7 additions and 0 deletions
|
|
@ -29,4 +29,6 @@
|
|||
|
||||
std::vector<std::string> strsplit(const std::string& str, const std::string& delim);
|
||||
|
||||
void strtolower(std::string& str);
|
||||
|
||||
#endif /* UTILS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue