Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/fstream_test.c

    r6ba0659 rd3b7937  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Feb 17 11:45:43 2016
    13 // Update Count     : 43
     12// Last Modified On : Tue Jan 26 17:11:33 2016
     13// Update Count     : 42
    1414//
    1515
     
    1717
    1818int main( void ) {
     19        ofstream *sout = ofstream_stdout();
     20        ifstream *sin = ifstream_stdin();
    1921        int nombre;
    2022        sout | "Entrez un nombre, s'il vous plaît:\n";
Note: See TracChangeset for help on using the changeset viewer.