Changes between Version 79 and Version 80 of IR2


Ignore:
Timestamp:
05/06/21 12:11:26 (5 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR2

    v79 v80  
    261261
    262262{{{
    263 $bundle_pack
    264 $bundle_unpack
     263$system void $exit(void);
     264$system $bool $terminated($proc p);
     265$system int $choose_int($int n); // how is this different than $new($int)?
     266
     267
     268
     269$int $bundle_size($bundle b); // number of elements in bundle or size in bytes?
     270$bundle $bundle_pack(void *ptr, int size);
     271void $bundle_unpack($bundle bundle, void *ptr);
     272void $bundle_unpack_apply($bundle data, void *buf, $operation op, int count, void *result);
     273
    265274}}}
    266275