Changes between Version 2 and Version 3 of CommonHelperFunctionsForDifferentParallelLanguage


Ignore:
Timestamp:
07/11/14 12:01:23 (12 years ago)
Author:
ziqing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommonHelperFunctionsForDifferentParallelLanguage

    v2 v3  
    2727   argument will always be the result got from the very last operation. Finally buf is also an output argument.
    2828*/
    29 void $bundle_unpack_apply(void *data, void *buf, int size, $operation op);
     29void $bundle_unpack_apply($bundle data, void *buf, int size, $operation op);
    3030}}}