Changes between Version 2 and Version 3 of CommonHelperFunctionsForDifferentParallelLanguage
- Timestamp:
- 07/11/14 12:01:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonHelperFunctionsForDifferentParallelLanguage
v2 v3 27 27 argument will always be the result got from the very last operation. Finally buf is also an output argument. 28 28 */ 29 void $bundle_unpack_apply( void *data, void *buf, int size, $operation op);29 void $bundle_unpack_apply($bundle data, void *buf, int size, $operation op); 30 30 }}}
