|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | strcpy_sjis (short *sjis_buff, const char *ascii_buff) |
| int | strcpy_ascii (char *ascii_buff, const short *sjis_buff) |
sjis function prototypes
Definition in file sjis.h.
| int strcpy_ascii | ( | char * | ascii_buff, |
| const short * | sjis_buff | ||
| ) |
copies sjis string to ascii string
| ascii_buff | dest ascii string buffer |
| sjis_buff | source sjis string buffer |
| int strcpy_sjis | ( | short * | sjis_buff, |
| const char * | ascii_buff | ||
| ) |
copies ascii string to sjis string
| sjis_buff | dest sjis string buffer |
| ascii_buff | source ascii string buffer |
Referenced by CreateSave().