9 lines
134 B
C
9 lines
134 B
C
#include <stdio.h>
|
|
#include <mbctype.h>
|
|
|
|
void main()
|
|
{
|
|
printf( "%d\n", _setmbcp( 932 ) );
|
|
printf( "%d\n", _getmbcp() );
|
|
}
|