Udp
This commit is contained in:
committed by
Matthew McClaskey
parent
ba902f8194
commit
3b40a92548
6
common/network/webudp/WuString.h
Normal file
6
common/network/webudp/WuString.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int32_t FindTokenIndex(const char* s, size_t len, char token);
|
||||
bool MemEqual(const void* first, size_t firstLen, const void* second,
|
||||
size_t secondLen);
|
||||
Reference in New Issue
Block a user