source: mainline/uspace/app/bdsh/cmds/builtins/builtins.h@ 90a428a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 90a428a was 216d6fc, checked in by Tim Post <echo@…>, 17 years ago

Merge with shell @ 3241 for bdsh

  • Property mode set to 100644
File size: 212 bytes
Line 
1#ifndef BUILTINS_H
2#define BUILTINS_H
3
4#include "config.h"
5
6#include "pwd/entry.h"
7#include "cd/entry.h"
8
9builtin_t builtins[] = {
10#include "pwd/pwd.def"
11#include "cd/cd.def"
12 {NULL, NULL, NULL, NULL}
13};
14
15#endif
Note: See TracBrowser for help on using the repository browser.