Changes in src/libcfa/iostream [bb82c03:17e5e2b]
- File:
-
- 1 edited
-
src/libcfa/iostream (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
rbb82c03 r17e5e2b 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // iostream -- 7 // iostream -- 8 8 // 9 9 // Author : Peter A. Buhr … … 13 13 // Update Count : 93 14 14 // 15 16 #ifdef __CFORALL__ 15 17 16 18 #ifndef __IOSTREAM_H__ … … 26 28 void sepReset( ostype *, _Bool ); // set separator and default state 27 29 void sepSet( ostype *, const char * ); // set separator to string (15 character maximum) 28 const char * sepGet( ostype * ); // get separator string 30 const char * sepGet( ostype * ); // get separator string 29 31 _Bool sepDisable( ostype * ); // set default state to off, and return previous state 30 32 _Bool sepEnable( ostype * ); // set default state to on, and return previous state … … 126 128 #endif // __IOSTREAM_H 127 129 130 #else 131 #include_next <iostream> 132 #endif //__CFORALL__ 133 128 134 // Local Variables: // 129 135 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.