- File:
-
- 1 edited
-
tests/concurrent/examples/quickSort.generic.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/examples/quickSort.generic.cfa
r3aa1d22 rfd54fef 21 21 #include <string.h> // strcmp 22 22 23 forall( otypeT | { int ?<?( T, T ); } ) {23 forall( T | { int ?<?( T, T ); } ) { 24 24 thread Quicksort { 25 25 T * values; // communication variables
Note:
See TracChangeset
for help on using the changeset viewer.