Changeset c8371b5 for libcfa/src/iostream.hfa
- Timestamp:
- Oct 10, 2021, 5:02:46 PM (16 months ago)
- Branches:
- enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 321a1b15
- Parents:
- fe8c31e
- git-author:
- Peter A. Buhr <pabuhr@…> (10/10/21 16:59:59)
- git-committer:
- Peter A. Buhr <pabuhr@…> (10/10/21 17:02:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.hfa
rfe8c31e rc8371b5 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Oct 6 18:54:59202113 // Update Count : 40 412 // Last Modified On : Sun Oct 10 10:02:07 2021 13 // Update Count : 407 14 14 // 15 15 … … 291 291 292 292 trait basic_istream( istype & ) { 293 bool getANL( istype & ); // get scan newline (on/off) 293 // private 294 bool getANL$( istype & ); // get scan newline (on/off) 295 // public 294 296 void nlOn( istype & ); // read newline 295 297 void nlOff( istype & ); // scan newline 296 297 298 void ends( istype & os ); // end of output statement 298 299 int fmt( istype &, const char format[], ... ) __attribute__(( format(scanf, 2, 3) ));
Note: See TracChangeset
for help on using the changeset viewer.