|
GBDK 2020 Docs
4.0.6
API Documentation for GBDK 2020
|
char * strcpy(char *dest, const char *src) OLDCALL PRESERVES_REGS(b
char * reverse(char *s) OLDCALL PRESERVES_REGS(b
int memcmp(const void *buf1, const void *buf2, size_t count) OLDCALL
char c
Definition: string.h:20
char * strncat(char *s1, const char *s2, int n)
#define Z88DK_CALLEE
Definition: types.h:42
void * memmove(void *dest, const void *src, size_t n)
void * memset(void *s, int c, size_t n) OLDCALL PRESERVES_REGS(b
void * memcpy(void *dest, const void *src, size_t len) OLDCALL PRESERVES_REGS(b
int strncmp(const char *s1, const char *s2, int n)
#define OLDCALL
Definition: types.h:19
char * strcat(char *s1, const char *s2)
int strcmp(const char *s1, const char *s2) OLDCALL PRESERVES_REGS(b
char * strncpy(char *s1, const char *s2, int n)
#define NONBANKED
Definition: types.h:36
int strlen(const char *s) OLDCALL PRESERVES_REGS(b