How to print Rhapsody Operation along with its arguements in RPE in proper format
Hi All,
Expected Output:
<operation_return type> operationname (<arg_return type> arg_name)
For Eg)
void a11(int a ,int b)
Obtained Output)
Below please find the snapshot of template i have designed
Please help me with designing RPE template for the above Expected Output.
Thanks in Advance
Regards,
Prashanth
Comments
Prashanth Manohar Gopi
Apr 08 '21, 3:32 a.m.Obtained Output
void a11(int a)
void a11(int b)
Prashanth Manohar Gopi
Apr 08 '21, 3:32 a.m.Kindly let me know how to print the function prototype in expected output format