/PC/empty.c
http://unladen-swallow.googlecode.com/ · C · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 7ac6fecd4056b591d9ca9de5d5f427cb MD5 · raw file
- #include <windows.h>
- int __stdcall
- WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
- {
- return 0;
- }