source: mainline/uspace/app/bdsh/cmds/builtins/builtins.h@ 809813d

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

Rename non-standard extensions (cmd.def → cmd_def.h)

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