1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-23 15:55:47 +00:00
oot/src/libultra/libc
cadmic ec70295357
Move non-libultra libc functions to src/libc/ (#2055)
* Move non-libultra libc functions to src/libc/

* Add explicit nops in delay slots

* Don't rely on CPP expanding undefined macros to 0

* Delete old Makefile rules

* Fix type of memset()
2024-08-20 01:15:24 -04:00
..
bcmp.s Rename and move handwritten asm files (#1254) 2022-06-03 16:33:18 -04:00
bcopy.s Rename and move handwritten asm files (#1254) 2022-06-03 16:33:18 -04:00
bzero.s Rename and move handwritten asm files (#1254) 2022-06-03 16:33:18 -04:00
ldiv.c libc cleanup (#1568) 2023-10-27 16:06:44 +02:00
ll.c Fix misc 21 (#1573) 2023-11-12 16:59:52 -05:00
llcvt.c libc cleanup (#1568) 2023-10-27 16:06:44 +02:00
sprintf.c libc cleanup (#1568) 2023-10-27 16:06:44 +02:00
string.c libc cleanup (#1568) 2023-10-27 16:06:44 +02:00
xldtob.c libc cleanup (#1568) 2023-10-27 16:06:44 +02:00
xlitob.c Fix misc 21 (#1573) 2023-11-12 16:59:52 -05:00
xprintf.c Fix misc 21 (#1573) 2023-11-12 16:59:52 -05:00