Rev 3386 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3265 | post | 1 | #ifndef BUILTINS_H |
2 | #define BUILTINS_H |
||
3 | |||
4 | #include "config.h" |
||
5 | |||
6 | #include "cd/entry.h" |
||
4153 | mejdrech | 7 | #include "exit/entry.h" |
3265 | post | 8 | |
9 | builtin_t builtins[] = { |
||
3373 | post | 10 | #include "cd/cd_def.h" |
4153 | mejdrech | 11 | #include "exit/exit_def.h" |
3265 | post | 12 | {NULL, NULL, NULL, NULL} |
13 | }; |
||
14 | |||
15 | #endif |