https://github.com/python/cpython
Raw File
Tip revision: 865714a117aca026ecd407159bc6b380a0299bb8 authored by Pablo Galindo on 17 June 2021, 10:27:08 UTC
Python 3.10.0b3
Tip revision: 865714a
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top