Changeset 92 in dev for BasicCompiler_Common/include
- Timestamp:
- Apr 8, 2007, 2:07:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/include/Smoothie.h
r91 r92 29 29 #endif 30 30 } 31 static void PutFile( const string &fileName, const string &buffer ){ 32 ofstream ofs( ( (string)BasicSystemDir + fileName ).c_str() ); 33 ofs << buffer << endl; 34 ofs.close(); 35 } 31 36 }; 32 37
Note:
See TracChangeset
for help on using the changeset viewer.