Changeset 00b7cd3 for src/tests/ato.c
- Timestamp:
- Jul 5, 2016, 5:03:40 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/ato.c
r3a808fd r00b7cd3 1 // -*- Mode: C -*-2 1 // 3 2 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo … … 11 10 // Created On : Thu Feb 4 08:10:57 2016 12 11 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Mon Feb 29 17:57:35201614 // Update Count : 4 412 // Last Modified On : Mon Jul 4 23:38:04 2016 13 // Update Count : 48 15 14 // 16 15 17 16 #include <fstream> 18 17 #include <stdlib> // ato, strto 19 extern "C" {20 #include <stdio.h>21 #include <float.h>22 }23 18 24 19 int main( void ) {
Note: See TracChangeset
for help on using the changeset viewer.