7 #ifndef _PSP2_PAF_STDC_H_
8 #define _PSP2_PAF_STDC_H_
uint32_t length
Definition: bt.h:7
SceSize size
struct size(variable size)
Definition: debug.h:0
const void const char * fmt
Definition: debug.h:139
char * sce_paf_strchr(const char *s, int ch)
char * sce_paf_strncpy(char *dst, const char *src, SceSize len)
int sce_paf_bcmp(const void *ptr1, const void *ptr2, SceSize num)
void * sce_paf_malloc(SceSize size)
int sce_paf_vsnprintf(char *dst, unsigned int max, const char *fmt, va_list arg)
int sce_paf_strcasecmp(const char *s1, const char *s2)
int sce_paf_strncasecmp(const char *s1, const char *s2, SceSize len)
double sce_paf_strtod(const char *nptr, char **endptr)
string to double
void * sce_paf_memalign(SceSize align, SceSize length)
Alloc memory with align.
int sce_paf_memcmp(const void *s1, const void *s2, SceSize n)
void * sce_paf_bzero(void *dst, SceSize n)
int sce_paf_strcmp(const char *s1, const char *s2)
void * sce_paf_memcpy(void *dst, const void *src, SceSize len)
int sce_paf_strncmp(const char *s1, const char *s2, SceSize len)
void * sce_paf_memmove(void *dst, const void *src, SceSize len)
void * sce_paf_memchr(const void *src, int ch, SceSize length)
int sce_paf_snprintf(char *dst, unsigned int max, const char *fmt,...)
void * sce_paf_memset(void *dst, int ch, SceSize len)
size_t sce_paf_strlen(const char *s)
char * sce_paf_strrchr(const char *s, int ch)
void * sce_paf_bcopy(void *dst, const void *src, SceSize n)
void sce_paf_free(void *ptr)
unsigned int SceSize
Definition: types.h:56