#ifndef _ULTRA64_LIBC_H_ #define _ULTRA64_LIBC_H_ int sprintf(char *, const char *, ... ); void bcopy(const void *src, void *dest, size_t size); void bzero(void *s, size_t size); #endif