/usr/include/zsh/cond.epro is in zsh-dev 5.0.2-3ubuntu6.
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_cond_globals
#define have_Src_cond_globals
extern int evalcond _((Estate state,char*fromtest));
extern mod_import_function char*cond_str _((char**args,int num,int raw));
extern mod_import_function zlong cond_val _((char**args,int num));
extern mod_import_function int cond_match _((char**args,int num,char*str));
#endif /* !have_Src_cond_globals */
|