Ignore:
Timestamp:
Apr 26, 2026, 7:49:45 PM (2 days ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
037dc57
Parents:
ac9c0ee8
Message:

proof-read through background chapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/programs/bkgd-carray-decay.c

    rac9c0ee8 r74accc6  
    1010        assert( sizeof(pa0x) != sizeof(ar) );
    1111
    12         void f( @float x[10]@, @float * y@ ) {
     12        void f( float x@[10]@, float @*@ y ) {
    1313                static_assert( sizeof(x) == sizeof(void *) );
    1414                static_assert( sizeof(y) == sizeof(void *) );
     15                x = y;  y = x;
    1516        }
    16         f( 0, 0 );
    1717
    1818        // reusing local variable float ar[10]
Note: See TracChangeset for help on using the changeset viewer.