--- layout: fc_discuss_archives title: Message 13 from Frama-C-discuss on December 2013 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] How to write assign for void* type argument of a function



On 8 December 2013 16:01, Pascal Cuoq <pascal.cuoq at gmail.com> wrote:
> Use:
>
>  assigns *((int *)data);
>
> or anything that is appropriate to your case.

Dear Pascal Cuoq,

This really helps a lot.
Thank you very much.


-david