mirror of https://github.com/libAthena/athena.git
* Fix merge
This commit is contained in:
parent
f3e9fb4f70
commit
814eda3d4c
|
@ -39,13 +39,7 @@ float swapFloat(float val);
|
||||||
double swapDouble(double val);
|
double swapDouble(double val);
|
||||||
|
|
||||||
bool isSystemBigEndian();
|
bool isSystemBigEndian();
|
||||||
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
void fillRandom(atUint8 * rndArea, atUint64 count);
|
void fillRandom(atUint8 * rndArea, atUint64 count);
|
||||||
=======
|
|
||||||
void fillRandom(atUint8 * rndArea, atUint8 count);
|
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|
||||||
std::vector<std::string> split(const std::string &s, char delim);
|
std::vector<std::string> split(const std::string &s, char delim);
|
||||||
std::string join(const std::vector<std::string>& elems, const std::string& delims);
|
std::string join(const std::vector<std::string>& elems, const std::string& delims);
|
||||||
void tolower(std::string& str);
|
void tolower(std::string& str);
|
||||||
|
|
Loading…
Reference in New Issue