Changes in src/tests/limits.c [ebcd82b:3dcd347a]
- File:
-
- 1 edited
-
src/tests/limits.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/limits.c
rebcd82b r3dcd347a 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // limits.c -- 7 // limits.c -- 8 8 // 9 9 // Author : Peter A. Buhr … … 12 12 // Last Modified On : Tue May 10 20:45:28 2016 13 13 // Update Count : 1 14 // 14 // 15 15 16 16 #include <limits> … … 109 109 long _Complex _1_sqrt_2 = _1_SQRT_2; 110 110 111 int main(int argc, char const *argv[]) {112 //DUMMY113 return 0;114 }115 116 111 // Local Variables: // 117 112 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.