Mario Kart 64
Loading...
Searching...
No Matches
os_libc.h
Go to the documentation of this file.
1#ifndef _OS_LIBC_H_
2#define _OS_LIBC_H_
3
4#include "ultratypes.h"
5
6// Old deprecated functions from strings.h, replaced by memcpy/memset.
7extern void bcopy(const void*, void*, size_t);
8extern void bzero(void*, size_t);
9
10#endif /* !_OS_LIBC_H_ */
void bcopy(const void *, void *, size_t)
void bzero(void *, size_t)