---
layout: fc_discuss_archives
title: Message 92 from Frama-C-discuss on January 2014
---
[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