vitasdk
Documentation of the vitasdk
error.h
Go to the documentation of this file.
1
7#ifndef _PSP2_ERROR_H_
8#define _PSP2_ERROR_H_
9
18int _sceErrorGetExternalString(char* error_string, int error_code);
19
20#endif //_PSP2_ERROR_H_
int _sceErrorGetExternalString(char *error_string, int error_code)
Convert an internal error code to an external one.