Changes between Version 20 and Version 21 of IR2


Ignore:
Timestamp:
04/26/21 13:47:58 (5 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR2

    v20 v21  
    7979* can you make types values? (reification)
    8080
    81 ===Statements===
     81=== Statements ===
    8282
    8383{{{
     
    100100void $waitall( $int nprocs, $proc * procs );  /* wait for all procs in list to terminate */
    101101void $free( void * ptr );  /* frees something that was $malloc-ed */
     102
    102103}}}
    103104