Main entry point for val.exe.
More...
#include <windows.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <fcntl.h>
#include <ctype.h>
#include <math.h>
#include <wctype.h>
#include <wchar.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <locale.h>
#include <signal.h>
#include <limits.h>
#include <float.h>
#include <iso646.h>
#include <assert.h>
#include <stdbool.h>
#include <process.h>
Go to the source code of this file.
Main entry point for val.exe.
- Author
- Ric
- Version
- 1.0.1
- Date
- 2024-dec-30 09:20 AM
- Copyright
- Copyleft (c) 2024
◆ __attribute__
#define __attribute__ |
( |
| unused_ric_since_2004 | ) |
|
◆ THESIZE
#define THESIZE (300 * 6) |
◆ uchar
#define uchar unsigned char |
◆ uint
#define uint unsigned int |
◆ ushort
#define ushort unsigned short |
◆ convert_dl_ansi_to_wide()
void convert_dl_ansi_to_wide |
( |
char * | ansi_dl, |
|
|
WCHAR * | wide_dl ) |
simple convert strings
- Parameters
-
◆ main()
◆ usage1()
◆ widetochar_dl()
char *__stdcall widetochar_dl |
( |
WCHAR * | pUSC2 | ) |
|
◆ widetoutf8_dl()
char *__stdcall widetoutf8_dl |
( |
WCHAR * | pUSC2 | ) |
|