|
GBDK 2020 Docs
API Documentation for GBDK 2020
|
Go to the documentation of this file.
32 int strcmp(
const char *s1,
const char *s2);
54 void *
memset (
void *s,
int c,
size_t n) __z88dk_callee;
void * memcpy(void *dest, const void *src, size_t len) OLDCALL __preserves_regs(b
char c
Definition: string.h:20
int strlen(const char *s) OLDCALL __preserves_regs(b
char * strncat(char *s1, const char *s2, int n)
char * reverse(char *s) OLDCALL __preserves_regs(b
void * memmove(void *dest, const void *src, size_t n)
int strcmp(const char *s1, const char *s2) OLDCALL __preserves_regs(b
int strncmp(const char *s1, const char *s2, int n)
#define OLDCALL
Definition: types.h:21
char * strcat(char *s1, const char *s2)
#define NONBANKED
Definition: types.h:12
char * strncpy(char *s1, const char *s2, int n)
char * strcpy(char *dest, const char *src) OLDCALL __preserves_regs(b
void * memset(void *s, int c, size_t n) OLDCALL __preserves_regs(b