Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/numericConstants.c

    ra933bcb3 re757af2  
    1 //
    2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
    3 //
    4 // The contents of this file are covered under the licence agreement in the
    5 // file "LICENCE" distributed with Cforall.
    6 //
    7 // numericConstants.c --
    8 //
    9 // Author           : Peter A. Buhr
    10 // Created On       : Wed May 24 22:10:36 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed May 24 22:11:36 2017
    13 // Update Count     : 2
    14 //
    15 
    161int main() {
    172        1;                                                      // decimal
     
    6348        0x_ff.ffp0;                                     // hex real
    6449        0x_1.ffff_ffff_p_128_l;
    65 } // main
    66 
    67 // Local Variables: //
    68 // tab-width: 4 //
    69 // compile-command: "cfa minmax.c" //
    70 // End: //
     50}
Note: See TracChangeset for help on using the changeset viewer.