source: mainline/uspace/app/bdsh/cmds/builtins/builtins.h@ 81bc309

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 81bc309 was 81bc309, checked in by Petr Koupy <petr.koupy@…>, 14 years ago

batch command rewritten as builtin command.

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