Ignore:
Timestamp:
Mar 10, 2024, 11:21:18 AM (7 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9398177
Parents:
b64d0f4
Message:

more switch to tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/programs/lst-features-intro.run.cfa

    rb64d0f4 r5546f50b  
    1919
    2020struct req {
    21   int pri, rqr;
    22   inline dlink(req);
     21        int pri, rqr;
     22        inline dlink(req);
    2323};
    2424
     
    2626
    2727req
    28   r1 = {1, 42},
    29   r2 = {2, 42};
     28        r1 = {1, 42},
     29        r2 = {2, 42};
    3030
    3131insert_first(reqs, r2);
     
    5151
    5252while( req & cur = reqs`elems; cur`moveNext )
    53     printf("{%d %d} ", cur.pri, cur.rqr);
     53        printf("{%d %d} ", cur.pri, cur.rqr);
    5454printf("\n");
    5555
Note: See TracChangeset for help on using the changeset viewer.