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] Array size in Frama-C


  • Subject: [Frama-c-discuss] Array size in Frama-C
  • From: phunghuuphu at gmail.com (Phu H. Phung)
  • Date: Mon, 27 Jan 2014 11:31:48 -0600
  • In-reply-to: <CAOH62Jh+Tc=aFRCdQ9spcT4LaFz7Q+mjjPP6kn-qmc+3LwLP9g@mail.gmail.com>
  • References: <C3B1C998-3A55-430F-9391-5E38035CECC2@tu-harburg.de> <CAOH62Jh+Tc=aFRCdQ9spcT4LaFz7Q+mjjPP6kn-qmc+3LwLP9g@mail.gmail.com>

Hello there,

I would like to ask if there is a way to get array size value from Frama-C, either a static or dynamic created array.
For example 
int array1[10];
array2 = malloc(10*sizeof(int));

Or is there any method to work around to get this value in Frama-C?

Thanks!
Phu