MALOC
0.1
src
psh
maloc
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
maloc_base.h
The base (or foundation) header for MALOC.
vmp.h
Class Vmp: a Virtual MPI communication layer object.
vsh.h
Header file for vsh, a bourne-compatible shell.
vsys.h
The primary header for VSYS. (Virtual SYStem utilities library.)
Vsh_pshell
int Vsh_pshell(Vsh *thee, char *pPR, void *pthee, int(*builtin)(void *thee, int argc, char **argv))
Drop-in replacement for Vsh_shell giving parallel extensions.
sVsh
Contains public data members for Vsh class.
Definition:
vsh.h:56
Generated by
1.9.1