qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 993416481a5d5c89410488fbab311ee0b943f948
parent 7c6fadc6ba9d162aa636bd1b92009c522cec5528
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Sun, 25 Oct 2015 13:52:30 -0400

add atoi prototype in queen.c test

Diffstat:
Mminic/test/queen.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/minic/test/queen.c b/minic/test/queen.c @@ -1,5 +1,6 @@ int printf(); void *calloc(); +int atoi(); int Q; int N;