Subversion Repositories HelenOS

Rev

Rev 3403 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef BUILTINS_H
  2. #define BUILTINS_H
  3.  
  4. #include "config.h"
  5.  
  6. #include "cd/entry.h"
  7. #include "exit/entry.h"
  8.  
  9. builtin_t builtins[] = {
  10. #include "cd/cd_def.h"
  11. #include "exit/exit_def.h"
  12.     {NULL, NULL, NULL, NULL}
  13. };
  14.  
  15. #endif
  16.