execv-const.h revision 74179667f4325e7d7f5b49bc040741c6edc2dad2
#ifndef EXECV_CONST_H
#define EXECV_CONST_H
/* Just like execv() and execvp(), except argv points to const strings.
Also if calling execv*() fails, these functions call i_fatal(). */
#endif