Changeset 4ea5308 for tests/bitmanip2.cfa
- Timestamp:
- Apr 15, 2020, 11:05:32 AM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 21923bd, 912ccbcf
- Parents:
- 5569a31 (diff), 391aa0e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/bitmanip2.cfa
r5569a31 r4ea5308 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2020 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 // bitmanip2.cfa -- 8 // 9 // Author : Peter A. Buhr 10 // Created On : Tue Apr 7 21:21:20 2020 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Apr 7 21:21:40 2020 13 // Update Count : 1 14 // 15 1 16 #include <fstream.hfa> 2 17 #include <bitmanip.hfa>
Note: See TracChangeset
for help on using the changeset viewer.