Skip to content

Commit e68a063

Browse files
author
Mihalis Rasoulis
committed
Silence implicit declaration of 'printf' warning
1 parent 2b319d9 commit e68a063

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/axioms/int63.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <stdio.h>
2+
13
unsigned long long zero_int63() {
24
return 1;
35
}

tests/axioms/int63_tinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <stdio.h>
12
#include "int63_tinfo.h"
23

34
unsigned long long zero_int63() {

0 commit comments

Comments
 (0)