Logo
Explore Help
Sign In
izzy/Diddy-Kong-Racing
0
0
Fork 0
You've already forked Diddy-Kong-Racing
mirror of https://github.com/izzy2lost/Diddy-Kong-Racing.git synced 2026-03-10 11:36:09 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
Diddy-Kong-Racing/include/libc/string.h

11 lines
197 B
C
Raw Permalink Normal View History

Split alCopy from printf file, add NON_MATCHING which are copied from SM64, and VERY CLOSE, and add a libc directory like SM64
2021-09-20 15:14:51 -04:00
#ifndef STRING_H
#define STRING_H
#include "PR/ultratypes.h"
void *memcpy(void *dst, const void *src, size_t size);
size_t strlen(const char *str);
Match all libultra, and more closely match ultralib (#466) * Massive libultra changes * Fix the build! * Remove crc comment that seemd to break the score script for some reason. * Update README score. * Apply some suggestions * rename sins and coss funcs.
2025-02-24 11:45:02 -05:00
char *strchr(const char *str, int ch);
Split alCopy from printf file, add NON_MATCHING which are copied from SM64, and VERY CLOSE, and add a libc directory like SM64
2021-09-20 15:14:51 -04:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Page: 63ms Template: 4ms
English
English
Licenses API