vitasdk
Documentation of the vitasdk
stdc.h File Reference
#include <psp2/types.h>
#include <stdint.h>
#include <stdarg.h>

Go to the source code of this file.

Functions

void * sce_paf_malloc (SceSize size)
 
void sce_paf_free (void *ptr)
 
void * sce_paf_memalign (SceSize align, SceSize length)
 Alloc memory with align. More...
 
void * sce_paf_memchr (const void *src, int ch, SceSize length)
 
int sce_paf_memcmp (const void *s1, const void *s2, SceSize n)
 
void * sce_paf_memcpy (void *dst, const void *src, SceSize len)
 
void * sce_paf_memset (void *dst, int ch, SceSize len)
 
void * sce_paf_memmove (void *dst, const void *src, SceSize len)
 
int sce_paf_snprintf (char *dst, unsigned int max, const char *fmt,...)
 
int sce_paf_vsnprintf (char *dst, unsigned int max, const char *fmt, va_list arg)
 
int sce_paf_bcmp (const void *ptr1, const void *ptr2, SceSize num)
 
void * sce_paf_bcopy (void *dst, const void *src, SceSize n)
 
void * sce_paf_bzero (void *dst, SceSize n)
 
char * sce_paf_strchr (const char *s, int ch)
 
int sce_paf_strcmp (const char *s1, const char *s2)
 
size_t sce_paf_strlen (const char *s)
 
int sce_paf_strcasecmp (const char *s1, const char *s2)
 
int sce_paf_strncasecmp (const char *s1, const char *s2, SceSize len)
 
int sce_paf_strncmp (const char *s1, const char *s2, SceSize len)
 
char * sce_paf_strncpy (char *dst, const char *src, SceSize len)
 
char * sce_paf_strrchr (const char *s, int ch)
 
double sce_paf_strtod (const char *nptr, char **endptr)
 string to double More...