Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
main_cr.c File Reference

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.

Macros

#define uchar   unsigned char
 
#define uint   unsigned int
 
#define ushort   unsigned short
 
#define __attribute__(unused_ric_since_2004)
 
#define THESIZE   (300 * 6)
 

Functions

void convert_dl_ansi_to_wide (char *ansi_dl, WCHAR *wide_dl)
 simple convert strings
 
char *__stdcall widetochar_dl (WCHAR *pUSC2)
 
char *__stdcall widetoutf8_dl (WCHAR *pUSC2)
 
void usage1 ()
 
int main (__attribute__((unused)) int argc_xcx, __attribute__((unused)) char **argv_xcx)
 

Detailed Description

Main entry point for val.exe.

Author
Ric
Version
1.0.1
Date
2024-dec-30 09:20 AM

Macro Definition Documentation

◆ __attribute__

#define __attribute__ ( unused_ric_since_2004)
Value:
/* yes... */

◆ THESIZE

#define THESIZE   (300 * 6)

◆ uchar

#define uchar   unsigned char

◆ uint

#define uint   unsigned int

◆ ushort

#define ushort   unsigned short

Function Documentation

◆ convert_dl_ansi_to_wide()

void convert_dl_ansi_to_wide ( char * ansi_dl,
WCHAR * wide_dl )

simple convert strings

Parameters
ansi_dl
wide_dl

◆ main()

int main ( __attribute__((unused)) int argc_xcx,
__attribute__((unused)) char ** argv_xcx )

◆ usage1()

void usage1 ( )

◆ widetochar_dl()

char *__stdcall widetochar_dl ( WCHAR * pUSC2)

◆ widetoutf8_dl()

char *__stdcall widetoutf8_dl ( WCHAR * pUSC2)