Changeset 00b7cd3 for src/tests/ato.c


Ignore:
Timestamp:
Jul 5, 2016, 5:03:40 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
a922e34
Parents:
3a808fd
Message:

update include files for test programs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/ato.c

    r3a808fd r00b7cd3  
    1 //                               -*- Mode: C -*-
    21//
    32// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
     
    1110// Created On       : Thu Feb  4 08:10:57 2016
    1211// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Mon Feb 29 17:57:35 2016
    14 // Update Count     : 44
     12// Last Modified On : Mon Jul  4 23:38:04 2016
     13// Update Count     : 48
    1514//
    1615
    1716#include <fstream>
    1817#include <stdlib>                                                                               // ato, strto
    19 extern "C" {
    20 #include <stdio.h>
    21 #include <float.h>
    22 }
    2318
    2419int main( void ) {
Note: See TracChangeset for help on using the changeset viewer.