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
RevLine 
[216d6fc]1#ifndef BUILTINS_H
2#define BUILTINS_H
3
4#include "config.h"
5
[81bc309]6#include "batch/entry.h"
[216d6fc]7#include "cd/entry.h"
[721d3a27]8#include "exit/entry.h"
[216d6fc]9
10builtin_t builtins[] = {
[81bc309]11#include "batch/batch_def.h"
[a56f4b2]12#include "cd/cd_def.h"
[721d3a27]13#include "exit/exit_def.h"
[0b4a67a]14 {NULL, NULL, NULL, NULL, 0}
[216d6fc]15};
16
17#endif
Note: See TracBrowser for help on using the repository browser.