#pragma hdrstop
#pragma argsused
#include <stdio.h>
#include <locale.h>
#ifdef _WIN32
#include <tchar.h>
#else
typedef char _TCHAR;
#define _tmain main
#endif
int _tmain(int argc, _TCHAR* argv[])
{
setlocale(LC_ALL, "portuguese");
#pragma hdrstop
#pragma argsused
#include <stdio.h>
#include <locale.h>
#ifdef _WIN32
#include <tchar.h>
#else
typedef char _TCHAR;
#define _tmain main
#endif
int _tmain(int argc, _TCHAR* argv[])
{
setlocale(LC_ALL, "portuguese");