/usr/include/zsh/main.epro is in zsh-dev 5.1.1-1ubuntu2.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | /* Generated automatically */
#ifndef have_Src_main_globals
#define have_Src_main_globals
#ifdef __CYGWIN__
extern mod_import_function void cygwin_premain0 _((int argc,char**argv,void*myself));
#endif /* __CYGWIN__ */
extern int main _((int argc,char**argv));
#endif /* !have_Src_main_globals */
|