source: tags/1.1/shellenv.h

Last change on this file was 5, checked in by willem, 11 years ago

willem

File size: 131 bytes
Line 
1const int SHELL_SH = 0;
2const int SHELL_CSH = 1;
3std::string shellenv(const std::string s, const std::string name, int shelltype);
Note: See TracBrowser for help on using the repository browser.