Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Functions
winmain.c File Reference
#include <windows.h>
#include <stdio.h>

Go to the source code of this file.

Functions

int main (int, char **)
 
int WINAPI WinMain (HINSTANCE current, HINSTANCE prev, LPSTR cmdline, int showcmd)
 

Function Documentation

◆ main()

int main ( int  ,
char **   
)

Referenced by WinMain().

◆ WinMain()

int WINAPI WinMain ( HINSTANCE  current,
HINSTANCE  prev,
LPSTR  cmdline,
int  showcmd 
)

Definition at line 7 of file winmain.c.

References main(), and NULL.