summaryrefslogtreecommitdiff
path: root/test/c/knucleotide.c
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-10-22 08:14:51 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-10-22 08:14:51 +0000
commitb6bdb4b4924b0934aed24335597a89e49f7cbd61 (patch)
treef69d59843e463d3345a987660ac7c1f43f33c268 /test/c/knucleotide.c
parent0b3920e6fd26f05e2ddad19cfd8b224c150ebfd1 (diff)
Ajout et utilisation de compcert_stdio.h
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@123 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/c/knucleotide.c')
-rw-r--r--test/c/knucleotide.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/c/knucleotide.c b/test/c/knucleotide.c
index f743892..955af7f 100644
--- a/test/c/knucleotide.c
+++ b/test/c/knucleotide.c
@@ -8,7 +8,11 @@
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/shootout/bench/Include/?cvsroot=shootout
*/
+#ifdef __COMPCERT__
+#include <compcert_stdio.h>
+#else
#include <stdio.h>
+#endif
#include <string.h>
#include <ctype.h>
#include <stdlib.h>