Major refactor of codebase
This commit is contained in:
parent
dbc6dc0d7c
commit
f478f8d38b
125 changed files with 195 additions and 29519 deletions
|
|
@ -1,16 +0,0 @@
|
|||
#ifndef STRING_H
|
||||
#define STRING_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void *memset(void *addr, int c, uint64_t n);
|
||||
|
||||
void *memcpy(void *dest, void *src, uint64_t n);
|
||||
|
||||
void *memmove(void *dest, const void *src, uint64_t n);
|
||||
|
||||
int memcmp(const void *s1, const void *s2, uint64_t n);
|
||||
|
||||
uint64_t strlen(const char* str);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue