make the queen test work

This commit is contained in:
Quentin Carbonneaux 2015-10-12 21:30:14 -04:00
parent 8733d14e6e
commit b402c8f7d5
2 changed files with 60 additions and 15 deletions

View file

@ -1,5 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
int printf();
int *calloc();
int N;
int *t;