https://github.com/python/cpython
Raw File
Tip revision: 07119dd38c9a6e5da84ca8a0a46acdf8a3e60ecf authored by Ɓukasz Langa on 30 August 2021, 14:26:41 UTC
Python 3.8.12
Tip revision: 07119dd
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top