Separated functionality into separate files. Added initial (untested) support for ARM.
This commit is contained in:
8
include/brados/string.h
Normal file
8
include/brados/string.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __brados_string_h__
|
||||
#define __brados_string_h__
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
size_t strlen(const char *str);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user