init
This commit is contained in:
commit
d1ac414c5e
34 changed files with 64721 additions and 0 deletions
9
runtime/string.h
Normal file
9
runtime/string.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef __STRING_H__
|
||||
#define __STRING_H__
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
void memset(void* dst, int data, int sz);
|
||||
void memcpy(void* dst, void* src, int sz);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue