PSP2SDK
dirty-f9e4f2d
The free SDK for PSP2
|
00001 00012 #ifndef _PSP2_KERNEL_CLIB_H_ 00013 #define _PSP2_KERNEL_CLIB_H_ 00014 00015 #include <psp2/types.h> 00016 #include <stdarg.h> 00017 00018 int sceClibStrcmp(const char *, const char *); 00019 00020 int sceClibSnprintf(char *, SceSize, const char *, ...); 00021 int sceClibVsnprintf(char *, SceSize, const char *, va_list); 00022 00023 #endif