Staging
v0.8.1
https://github.com/python/cpython
Revision 0b2833eaf2f21f0d70cee07eea39e139fd5ce1ef authored by Robert Collins on 06 August 2015, 09:08:44 UTC, committed by Robert Collins on 06 August 2015, 09:08:44 UTC
1 parent 79b98df
Raw File
Tip revision: 0b2833eaf2f21f0d70cee07eea39e139fd5ce1ef authored by Robert Collins on 06 August 2015, 09:08:44 UTC
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Tip revision: 0b2833e
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top