This commit is contained in:
Branimir Karadžić
2017-02-09 19:30:52 -08:00
parent 878883f568
commit 82f29da5bb
2 changed files with 9 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ namespace bx
void memSet(void* _dst, uint8_t _ch, size_t _numBytes);
///
int32_t memCmp(const char* _lhs, const char* _rhs, size_t _numBytes);
int32_t memCmp(const void* _lhs, const void* _rhs, size_t _numBytes);
} // namespace bx