Staging
v0.5.1
https://github.com/python/cpython
Revision f8e1b607994028c826401c7f6f3637d9c797ed25 authored by Éric Araujo on 20 April 2011, 16:52:55 UTC, committed by Éric Araujo on 20 April 2011, 16:52:55 UTC
1 parent dcb22a3
Raw File
Tip revision: f8e1b607994028c826401c7f6f3637d9c797ed25 authored by Éric Araujo on 20 April 2011, 16:52:55 UTC
Add docstring to dbm.open
Tip revision: f8e1b60
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top