mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 11:14:01 +00:00
接着上个
This commit is contained in:
12
clks.local.bak/include/clks/string.h
Normal file
12
clks.local.bak/include/clks/string.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CLKS_STRING_H
|
||||
#define CLKS_STRING_H
|
||||
|
||||
#include <clks/types.h>
|
||||
|
||||
usize clks_strlen(const char *str);
|
||||
void *clks_memset(void *dst, int value, usize count);
|
||||
void *clks_memcpy(void *dst, const void *src, usize count);
|
||||
void *clks_memmove(void *dst, const void *src, usize count);
|
||||
int clks_strcmp(const char *left, const char *right);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user