mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
282ac6d404
* libido OK * boot cleanup * format * renames
9 lines
117 B
C
9 lines
117 B
C
#ifndef LIBC_STRCPY_H
|
|
#define LIBC_STRCPY_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
char* strcpy(char* dst, const char* src);
|
|
|
|
#endif
|