|
GBDK 2020 API Docs
API Documentation for GBDK 2020
|
int strncmp(const char *s1, const char *s2, int n) NONBANKED
char * strncpy(char *s1, const char *s2, int n) NONBANKED
char * strncat(char *s1, const char *s2, int n) NONBANKED
char * strcat(char *s1, const char *s2) NONBANKED
void * memcpy(void *dest, const void *src, size_t len) NONBANKED
UINT8 c
Definition: gb.h:278
char * strcpy(char *dest, const char *src) NONBANKED
void * memset(void *s, int c, size_t n)
int strcmp(const char *s1, const char *s2) NONBANKED
int strlen(const char *s) NONBANKED
#define NONBANKED
Definition: types.h:11