Ignore:
Timestamp:
Jul 14, 2024, 6:00:32 PM (2 months 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/strstream.hfa

    r2e6b2a0 ra1a1f37d  
    1010// Created On       : Thu Apr 22 22:20:59 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Aug 18 10:41:14 2023
    13 // Update Count     : 55
     12// Last Modified On : Fri Jul 12 05:45:48 2024
     13// Update Count     : 56
    1414//
    1515
     
    9696
    9797int fmt( istrstream &, const char format[], ... ) __attribute__(( format(scanf, 2, 3) ));
    98 istrstream & ungetc( istrstream &, char );
     98istrstream & ungetc( char, istrstream & );
    9999bool eof( istrstream & );
    100100
Note: See TracChangeset for help on using the changeset viewer.