summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/lib/exec_lib.h
blob: 0971bd1fb2416e08526e5daa6db0d47441d6839e (plain)
1
2
3
4
5
6
7
8
9
#ifndef __EXEC_LIB_H
#define __EXEC_LIB_H

#include <paths.h>

extern int __exec_shell(const char *file, char *const argv[]);

#endif /* __EXEC_LIB_H */