Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/stdlib.c

    r90c3b1c r52f85e0  
    1010// Created On       : Thu Jan 28 17:10:29 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Feb 23 21:02:54 2016
    13 // Update Count     : 142
     12// Last Modified On : Wed Feb 10 15:45:56 2016
     13// Update Count     : 140
    1414//
    1515
     
    123123        return ulli;
    124124}
    125 
    126125float ato( const char * ptr ) {
    127126        float f;
     
    139138        return ld;
    140139}
    141 
    142140float _Complex ato( const char * ptr ) {
    143141        float re, im;
     
    174172        return strtoull( sptr, eptr, base );
    175173}
    176 
    177174float strto( const char * sptr, char ** eptr ) {
    178175        return strtof( sptr, eptr );
     
    184181        return strtold( sptr, eptr );
    185182}
    186 
    187183float _Complex strto( const char * sptr, char ** eptr ) {
    188184        float re, im;
Note: See TracChangeset for help on using the changeset viewer.