11 lines
137 B
C
11 lines
137 B
C
#include <stdio.h>
|
|
#include <jstring.h>
|
|
|
|
void main()
|
|
{
|
|
unsigned short c;
|
|
|
|
c = jmstojis( 0x8171 );
|
|
printf( "%x\n", c );
|
|
}
|