Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 8d4fef4ee2a318097f429cf6cbd4fb2e430bb9da authored by Ram Rachum on 02 November 2019, 16:46:24 UTC
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
Tip revision: 8d4fef4
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top