start using GTE, rotate triangle with MVMVA cmd
[psx_test1] / src / libc / string.h
1 #ifndef LIBC_STRING_H_
2 #define LIBC_STRING_H_
3
4 #include <stddef.h>
5
6 void *memcpy(void *dest, const void *src, size_t n);
7
8 #endif  /* LIBC_STRING_H_ */