- Timestamp:
- Apr 10, 2023, 9:25:28 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- a1b41e3
- Parents:
- 372b6d3 (diff), a085470 (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
-
doc/theses/mike_brooks_MMath/benchmarks/list/observation.h
r372b6d3 r6adeb5f 8 8 extern enum bobs_op_polarity_t { insfirst, inslast } bobs_op_polarity; 9 9 10 void bobs_seek(unsigned int); 11 void bobs_moveNext(); 12 void bobs_movePrev(); 13 int bobs_hasCurrent(); 14 int bobs_getCurrent(); 10 void bobs_seek(unsigned int); 11 void bobs_moveNext(); 12 void bobs_movePrev(); 13 int bobs_hasCurrent(); 14 void * bobs_getCurrentLoc(); 15 int bobs_getCurrentVal(); 15 16 16 17 extern volatile size_t bobs_ops_completed;
Note:
See TracChangeset
for help on using the changeset viewer.