Changes in src/tests/complex.c [2f484f5:a933bcb3]
- File:
-
- 1 edited
-
src/tests/complex.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/complex.c
r2f484f5 ra933bcb3 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2017 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 // complex.c -- 8 // 9 // Author : Peter A. Buhr 10 // Created On : Wed May 24 22:07:31 2017 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed May 24 22:08:01 2017 13 // Update Count : 1 14 // 15 1 16 #include <stdio.h> 2 17 #include <complex.h> … … 20 35 #endif // __CFA 21 36 } 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.