|
GBDK 2020 Docs
API Documentation for GBDK 2020
|
Go to the documentation of this file.
42 void *
memcpy(
void *dest,
const void *src,
size_t len)
OLDCALL __preserves_regs(
b,
c);
46 void *
memmove (
void *dest,
const void *src,
size_t n);
79 char *
strcat(
char *s1,
const char *s2);
99 char *
strncat(
char *s1,
const char *s2,
int n);
112 int strncmp(
const char *s1,
const char *s2,
int n);
129 char *
strncpy(
char *s1,
const char *s2,
int n);
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)
void b
Definition: gb.h:585
#define OLDCALL
Definition: types.h:21
char * strcat(char *s1, const char *s2)
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