Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
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.