This commit is contained in:
Derek Hensley
2024-05-21 18:12:27 -07:00
parent e2b4b1bbd1
commit b4527cc5c7
89 changed files with 109 additions and 108 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef LIBC_STRING_H
#define LIBC_STRING_H
#include "libc/stddef.h"
#include "stddef.h"
const char* strchr(const char* s, int c);
size_t strlen(const char* s);