mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 22:03:13 +01:00
Cleanup.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user