/* Input magically appears */
/* In Frama-C you have to make it appear.
uninitialized is not allowed */
for (int i=0; i<ANSWERSIZE-1; i++)
answer[i]=Frama_C_interval(0, 255);
answer[ANSWERSIZE-1] = EOS;
Do not forget to add ”…/share/builtin.c” to commandline since we are using Frama_C_interval() now.