1 /* crt0.h: header file for crt0.
3 This file is part of Cygwin.
5 This software is a copyrighted work licensed under the terms of the
6 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
15 typedef int (*MainFunc
) (int argc
, char *argv
[], char **env
);
16 int _cygwin_crt0_common (MainFunc
, struct per_process
*);
17 PVOID
dll_dllcrt0 (HMODULE
, struct per_process
*);