#ifndef EXEC_H
#define EXEC_H

#include <task.h>

extern unsigned int try_exec(char *, char **);
#endif
