Subversion Repositories HelenOS

Rev

Rev 3346 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3265 post 1
#ifndef BUILTIN_ALIASES_H
2
#define BUILTIN_ALIASES_H
3
 
4
/* See modules/module_aliases.h for an explanation of this file */
5
 
6
char *builtin_aliases[] = {
7
    "chdir", "cd",
8
    NULL, NULL
9
};
10
 
11
#endif