source: tags/1.0/shellenv.h @ 5

Last change on this file since 5 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.