Local Procedure Call
DoXYZ (int a, int b, char *c) {
printf (“before calling the transaction”)
TransactionXX (a, c, &b)
if (b== TRANS_OK) {
….
….
Procedure
Procedure
Application
Main
Body
Previous slide
Next slide
Back to first slide
View graphic version