Changeset 79ba50c for doc/theses/mike_brooks_MMath/programs/bkgd-c-tyerr.c
- Timestamp:
- Dec 12, 2025, 12:29:38 PM (3 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 8614140
- Parents:
- 5e0b6657 (diff), fe6047c (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/programs/bkgd-c-tyerr.c
r5e0b6657 r79ba50c 16 16 17 17 float pi = 3.14; 18 void f( void (*g)(void) ) { g(); }18 void f( void (*g)(void) ); 19 19 @f( &pi );@ $\C{// wrong}$ 20 20 }
Note:
See TracChangeset
for help on using the changeset viewer.