#ifndef _PSP2_KERNEL_CLIB_H_ #define _PSP2_KERNEL_CLIB_H_ #include #include #ifdef __cplusplus extern "C" { #endif int sceClibStrcmp(const char *, const char *); int sceClibSnprintf(char *, SceSize, const char *, ...); int sceClibVsnprintf(char *, SceSize, const char *, va_list); #ifdef __cplusplus } #endif #endif /* _PSP2_KERNEL_CLIB_H_ */