Changeset bb82c03 for src/libcfa/iostream
- Timestamp:
- Jan 11, 2017, 4:10:51 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 2162c2c
- Parents:
- ff2d7341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
rff2d7341 rbb82c03 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__17 15 18 16 #ifndef __IOSTREAM_H__ … … 28 26 void sepReset( ostype *, _Bool ); // set separator and default state 29 27 void sepSet( ostype *, const char * ); // set separator to string (15 character maximum) 30 const char * sepGet( ostype * ); // get separator string 28 const char * sepGet( ostype * ); // get separator string 31 29 _Bool sepDisable( ostype * ); // set default state to off, and return previous state 32 30 _Bool sepEnable( ostype * ); // set default state to on, and return previous state … … 128 126 #endif // __IOSTREAM_H 129 127 130 #else131 #include_next <iostream>132 #endif //__CFORALL__133 134 128 // Local Variables: // 135 129 // mode: c //
Note: See TracChangeset
for help on using the changeset viewer.