mirror of
https://github.com/zeldaret/oot
synced 2026-07-08 22:35:00 -04:00
Partially format header files
This commit is contained in:
+4
-2
@@ -1,8 +1,10 @@
|
||||
#ifndef _STRING_H_
|
||||
#define _STRING_H_
|
||||
|
||||
#include <ultra64/types.h>
|
||||
|
||||
void* memcpy(void*, const void*, size_t);
|
||||
size_t strlen(const u8 *str);
|
||||
const u8 *strchr(const u8 *str, s32 ch);
|
||||
size_t strlen(const u8* str);
|
||||
const u8* strchr(const u8* str, s32 ch);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user