#include <windows.h>
#include <stdio.h>

int main (void)
{
	printf ("ANSI code page = %d\n", GetACP ());
	return 0;
}
