PS2SDK
PS2 Homebrew Libraries
|
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_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 |
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 |