--- layout: fc_discuss_archives title: Message 5 from Frama-C-discuss on July 2011 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] how to interpret ACSL annotations?



For example, there is a function max as follow which appears in page 3
,jessie-tutorial:

//@ ensures \result == ((i<j)?j:i);
int max(int i, int j)
{
    return (i<j)?j:i;
}

Now, I want to get the information of  annotation  //@ ensures \result ==
((i<j)?j:i); , including the structure, the semantic etc.
Just like we use AST, CFG to represent a C program.
I wonder whether you konw what I want.

Best Regards.


Henry Liu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20110703/4f6bb225/attachment.htm>