add atoi prototype in queen.c test
This commit is contained in:
parent
7c6fadc6ba
commit
993416481a
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
int printf();
|
int printf();
|
||||||
void *calloc();
|
void *calloc();
|
||||||
|
int atoi();
|
||||||
|
|
||||||
int Q;
|
int Q;
|
||||||
int N;
|
int N;
|
||||||
|
|
Loading…
Add table
Reference in a new issue