mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-20 15:41:10 -04:00
libc
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user