ReactOS
0.4.15-dev-5649-gd5999c6
|
#include <windows.h>
#include <tchar.h>
#include <wchar.h>
#include <stdio.h>
#include <stdlib.h>
#include "main.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | VERSION 1 |
#define | TARGET "MBCS" |
Functions | |
int | usage (char *argv0) |
int __cdecl | main (int argc, char *argv[]) |
int __cdecl | mainCRTStartup (void) |
Variables | |
BOOL | verbose_flagged = 0 |
BOOL | status_flagged = 0 |
char * | args [] = { "fileio.exe", "0", "unicode", "verbose"} |
hosttype.c Copyright (C) 2002 by Brian Palmer brian p@sg inet. com
Definition at line 65 of file main.c.
Definition at line 118 of file main.c.
Definition at line 44 of file main.c.
Referenced by add_oid_to_usage(), convert_usages_str_to_usage(), get_cert_usages(), main(), show_cert_usages(), and WinMain().
BOOL status_flagged = 0 |
Definition at line 42 of file main.c.
Referenced by check_file_size(), create_test_file(), main(), and verify_output_file().
BOOL verbose_flagged = 0 |
Definition at line 41 of file main.c.
Referenced by check_file_size(), main(), and test_file_truncate().