Changes in src/tests/complex.c [a933bcb3:2f484f5]
- File:
-
- 1 edited
-
src/tests/complex.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/complex.c
ra933bcb3 r2f484f5 1 //2 // Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo3 //4 // The contents of this file are covered under the licence agreement in the5 // file "LICENCE" distributed with Cforall.6 //7 // complex.c --8 //9 // Author : Peter A. Buhr10 // Created On : Wed May 24 22:07:31 201711 // Last Modified By : Peter A. Buhr12 // Last Modified On : Wed May 24 22:08:01 201713 // Update Count : 114 //15 16 1 #include <stdio.h> 17 2 #include <complex.h> … … 35 20 #endif // __CFA 36 21 } 37 38 // Local Variables: //39 // tab-width: 4 //40 // compile-command: "cfa complex.c" //41 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.