Separated functionality into separate files. Added initial (untested) support for ARM.
This commit is contained in:
@@ -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