Ignore:
Timestamp:
Apr 10, 2023, 9:25:28 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/benchmarks/list/observation.h

    r372b6d3 r6adeb5f  
    88    extern enum bobs_op_polarity_t { insfirst, inslast } bobs_op_polarity;
    99
    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();
    1516
    1617    extern volatile size_t       bobs_ops_completed;
Note: See TracChangeset for help on using the changeset viewer.