Go to the source code of this file.
|
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.
◆ strcpy_sjis()
int strcpy_sjis |
( |
short * |
sjis_buff, |
|
|
const char * |
ascii_buff |
|
) |
| |
|
extern |
copies ascii string to sjis string
- Parameters
-
sjis_buff | dest sjis string buffer |
ascii_buff | source ascii string buffer |
- Returns
- length of ascii string copied
◆ strcpy_ascii()
int strcpy_ascii |
( |
char * |
ascii_buff, |
|
|
const short * |
sjis_buff |
|
) |
| |
|
extern |
copies sjis string to ascii string
- Parameters
-
ascii_buff | dest ascii string buffer |
sjis_buff | source sjis string buffer |
- Returns
- length of sjis string copied