io.cxx

Go to the documentation of this file.
00001 #include <portable_io.h>
00002 
00005 
00006 namespace cxxtls
00007 {
00008 
00009 #ifdef _MSC_VER
00010 EOL_Sequence_t EOL_Sequence = { {'\r', '\n' } };
00011 #else
00012 EOL_Sequence_t EOL_Sequence = { { '\n' } };
00013 #endif
00014 
00015 } // namespace cxxtls
Generated on Wed Feb 29 22:50:05 2012 for CXXUtilities by  doxygen 1.6.3