Hello,<br><br>I want to match the execution of loop for like the code bellow in a C
implementation : <br>for(i=0;i<count;i++)<br>       { fct(); }<br> but I think that aspectC
allow me to match only executions of functions :(<br>If it's possible to capture different line in my code with joinpoint, please tell me how can I do it.<br>
Thanks.<br><br><i>Best Regards.</i><br><font color="#888888"><br clear="all"></font><br>