Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] why3IDE interactive proof session popup



Hi, 
   Thanks for the hints. I will try to move ACSL annotations to the header files. However, I have another question for annotating function calls. for instance,

extern void g(void);
extern int h(void);

int f(void){
    //@ asserts pre-condition-of (g) ?  
    g();
    //@ asserts post-condition-of (g) ?
    return (h());       /*how to specify the return value here?*/
}

  Thanks :)

cheers,
xiaolei



 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20131127/980e10a0/attachment.html>