|
Nugget
Bare-metal libraries and examples for the original PlayStation
|
#include <stddef.h>#include <stdint.h>

Go to the source code of this file.
Functions | |
| void * | memcpy (void *s1, const void *s2, size_t n) |
| void * | memmove (void *s1, const void *s2, size_t n) |
| int | memcmp (const void *s1, const void *s2, size_t n) |
| void * | memset (void *s, int c, size_t n) |
| if (!ptr||size<=0) return NULL | |
| for (;size > 0;ptr++) | |
Variables | |
| static int | size |
| uint8_t * | orig = ptr |
| for | ( | ; | size, |
| 0;ptr++ | |||
| ) |