https://github.com/python/cpython
Raw File
Tip revision: aad5f6a89125ad4529ab6ed5add693064351df1a authored by Pablo Galindo on 07 February 2023, 12:03:42 UTC
Python 3.10.10
Tip revision: aad5f6a
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top