You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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);
|