mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-11 14:18:39 -04:00
libultra/libc cleanup (#1757)
* libultra/libc cleanup * Format * Correct prototype for strchr * Different prototypes for bzero, bcmp, bcopy under __GNUC__ to match builtin prototypes * Correct alloca prototype
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "stddef.h"
|
||||
|
||||
const char* strchr(const char* s, int c);
|
||||
char* strchr(const char* s, int c);
|
||||
size_t strlen(const char* s);
|
||||
void* memcpy(void* s1, const void* s2, size_t n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user