Esempio n. 1
0
File: execute.c Progetto: LubkaB/mc
void
pre_exec (void)
{
    use_dash (FALSE);
    edition_pre_exec ();
}
Esempio n. 2
0
/* Set up the terminal before executing a program */
static void
pre_exec (void)
{
    use_dash (0);
    edition_pre_exec ();
}