Changes between Version 79 and Version 80 of IR2
- Timestamp:
- 05/06/21 12:11:26 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR2
v79 v80 261 261 262 262 {{{ 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); 271 void $bundle_unpack($bundle bundle, void *ptr); 272 void $bundle_unpack_apply($bundle data, void *buf, $operation op, int count, void *result); 273 265 274 }}} 266 275
