Staging
v0.5.1
https://github.com/python/cpython
Revision 4d73b570eb4db352c63000b473a0011263e1042f authored by Georg Brandl on 13 January 2011, 07:13:06 UTC, committed by Georg Brandl on 13 January 2011, 07:13:06 UTC
1 parent 547d485
Raw File
Tip revision: 4d73b570eb4db352c63000b473a0011263e1042f authored by Georg Brandl on 13 January 2011, 07:13:06 UTC
More PEP 8: no space around "=" in argument lists.
Tip revision: 4d73b57
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top