Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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 **   
)

◆ WinMain()

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

Definition at line 7 of file winmain.c.

References main(), and NULL.