--- layout: fc_discuss_archives title: Message 47 from Frama-C-discuss on June 2015 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Error with size_t



Hi:

I am new to the frama-c tool, and hopefully can find help from the list.

Am trying to use the gui tool to load file utils.h:

------------------------------------------
#ifndef __UTILS_H__
#define __UTILS_H__ 1

void pure_memzero(const void * pnt, const size_t len);

#endif
--------------------------------------------

However, frama-c-gui complains that there is an "invalid user input".
However, if I replace size_t with int, it would not complain.

Any ideas about what happened?

Thank you,
- Guanhua

http://www.cs.binghamton.edu/~ghyan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20150608/4a3bf994/attachment.html>