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] Syntax Error although it is from the Mini-Tutorial ! ! !



>
> #include <stdio.h>

There is little chance that this is the origin of the problem in this  
case,
but it's a bad idea to rely on system headers, which can contain all
kinds of compiler-specific syntax and make your bug reports hard
to reproduce on other platforms than yours. I would remove this
line (especially the function max_seq does not use it).

Pascal