#ifndef LIBC_STRCPY_H #define LIBC_STRCPY_H #include "ultra64.h" char* strcpy(char* dst, const char* src); #endif