Restructuration part 2: libc, programs
This commit is contained in:
6
src/libc/string.h
Normal file
6
src/libc/string.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef INCLUDE_STRING_H
|
||||
#define INCLUDE_STRING_H
|
||||
|
||||
int strlen(char* str);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user