builtins.h

00001 #ifndef BUILTINS_H
00002 #define BUILTINS_H
00003 
00004 #include "config.h"
00005 
00006 #include "cd/entry.h"
00007 #include "exit/entry.h"
00008 
00009 builtin_t builtins[] = {
00010 #include "cd/cd_def.h"
00011 #include "exit/exit_def.h"
00012         {NULL, NULL, NULL, NULL, 0}
00013 };
00014 
00015 #endif

Generated on Thu Jun 2 07:45:40 2011 for HelenOS/USB by  doxygen 1.4.7