index
:
loader
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
src
/
util
/
util.h
blob: 4e5a0dbcdfbc4c42b3d941a1bbf769c04a6adac4 (
plain
) (
blame
)
1
2
3
4
5
#pragma once
namespace
util
{
void
to_lowercase
(
std
::
string
&
str
);
};