MALOC  0.1
psh.h
Go to the documentation of this file.
1 
32 #ifndef _PSH_H_
33 #define _PSH_H_
34 
35 #include <maloc/maloc_base.h>
36 
37 #include <maloc/vsys.h>
38 #include <maloc/vsh.h>
39 #include <maloc/vmp.h>
40 
52 int Vsh_pshell(Vsh *thee, char *pPR, void *pthee,
53  int (*builtin)(void *thee, int argc, char **argv));
54 
55 #endif /* _PSH_H_ */
56 
57