Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/iostream

    r829c907 rc443d1d  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Mar 21 15:57:29 2017
    13 // Update Count     : 104
     12// Last Modified On : Mon Mar  6 17:48:01 2017
     13// Update Count     : 97
    1414//
    1515
     
    2525        void sepReset( ostype * );                                                      // set separator state to default state
    2626        void sepReset( ostype *, _Bool );                                       // set separator and default state
    27         const char * sepGetCur( ostype * );                                     // get current separator string
    28         void sepSetCur( ostype *, const char * );                       // set current separator string
     27        void sepSet( ostype *, const char * );                          // set separator to string (15 character maximum)
    2928        const char * sepGet( ostype * );                                        // get separator string
    30         void sepSet( ostype *, const char * );                          // set separator to string (15 character maximum)
    31         const char * sepGetTuple( ostype * );                           // get tuple separator string
    32         void sepSetTuple( ostype *, const char * );                     // set tuple separator to string (15 character maximum)
    3329        _Bool sepDisable( ostype * );                                           // set default state to off, and return previous state
    3430        _Bool sepEnable( ostype * );                                            // set default state to on, and return previous state
     
    3935        void close( ostype * os );
    4036        ostype * write( ostype *, const char *, unsigned long int );
    41         int fmt( ostype *, const char fmt[], ... );
     37        int prtfmt( ostype *, const char fmt[], ... );
    4238};
    4339
     
    9995        istype * read( istype *, char *, unsigned long int );
    10096        istype * ungetc( istype *, char );
    101         int fmt( istype *, const char fmt[], ... );
     97        int scanfmt( istype *, const char fmt[], ... );
    10298};
    10399
Note: See TracChangeset for help on using the changeset viewer.