ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/host/sysinfo/environment.hh
Revision: 1.1
Committed: Tue Nov 7 19:04:18 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION, HEAD
Log Message:
Environment class and header file.

File Contents

# User Rev Content
1 tdb 1.1 #ifndef ENVIRONMENT_HH
2     #define ENVIRONMENT_HH 1
3    
4     #include <iostream>
5     #include <stdlib.h>
6    
7     void printEnv(char *name);
8    
9     #endif