ReactOS 0.4.15-dev-7958-gcd0bb1a
crt0_c.c File Reference
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
Include dependency graph for crt0_c.c:

Go to the source code of this file.

Functions

int main (int __UNUSED_PARAM(flags), char **__UNUSED_PARAM(cmdline), char **__UNUSED_PARAM(inst))
 

Variables

HINSTANCE __mingw_winmain_hInstance
 
LPSTR __mingw_winmain_lpCmdLine
 
DWORD __mingw_winmain_nShowCmd
 

Function Documentation

◆ main()

int main ( int   __UNUSED_PARAMflags,
char **  __UNUSED_PARAMcmdline,
char **  __UNUSED_PARAMinst 
)

Definition at line 16 of file crt0_c.c.

19{
22}
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmdshow)
Definition: main.c:8
HINSTANCE __mingw_winmain_hInstance
LPSTR __mingw_winmain_lpCmdLine
DWORD __mingw_winmain_nShowCmd
#define NULL
Definition: types.h:112

Variable Documentation

◆ __mingw_winmain_hInstance

HINSTANCE __mingw_winmain_hInstance
extern

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Referenced by main().

◆ __mingw_winmain_lpCmdLine

LPSTR __mingw_winmain_lpCmdLine
extern

Referenced by main().

◆ __mingw_winmain_nShowCmd

DWORD __mingw_winmain_nShowCmd
extern

Referenced by main().