sm64pc/include/PR/os_libc.h

11 lines
248 B
C
Raw Normal View History

2020-05-05 12:15:53 +00:00
#ifndef _OS_LIBC_H_
#define _OS_LIBC_H_
#include "ultratypes.h"
// Old deprecated functions from strings.h, replaced by memcpy/memset.
extern void bcopy(const void *, void *, size_t);
extern void bzero(void *, size_t);
#endif /* !_OS_LIBC_H_ */