Ignore:
Timestamp:
Jul 14, 2024, 6:00:32 PM (5 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d796be70, eb5dbfd
Parents:
2e6b2a0
Message:

change order of ungetc parameters to harmonize with C ungetc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.hfa

    r2e6b2a0 ra1a1f37d  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul  6 11:33:31 2024
    13 // Update Count     : 758
     12// Last Modified On : Fri Jul 12 05:45:48 2024
     13// Update Count     : 759
    1414//
    1515
     
    312312        void nlOff( istype & );                                                         // scan newline
    313313        int fmt( istype &, const char format[], ... ) __attribute__(( format(scanf, 2, 3) ));
    314         istype & ungetc( istype &, char );
     314        istype & ungetc( char, istype & );
    315315        bool eof( istype & );
    316316        void clear( istype & );
Note: See TracChangeset for help on using the changeset viewer.