Skip to content
Snippets Groups Projects
Commit 89cbf739 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Libc] add double-inclusion guards

parent ef03df32
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@ _Complex-related builtins are commented out since Frama-C does not currently
support them.
*/
#ifndef __FC_GCC_BUILTIN_MACROS
#define __FC_GCC_BUILTIN_MACROS
#include "ctype.h"
#include "inttypes.h"
#include "math.h"
......@@ -309,3 +312,5 @@ support them.
#define __builtin_vsnprintf vsnprintf
#define __builtin_vsprintf vsprintf
#define __builtin_vsscanf vsscanf
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment