add errno
This commit is contained in:
parent
d993ae5d79
commit
10b819c6bd
@ -1,6 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
#undef sqrt
|
#undef sqrt
|
||||||
#define sqrt p9_sqrt
|
#define sqrt p9_sqrt
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
#include "e.h"
|
#include "e.h"
|
||||||
#include "y.tab.h"
|
#include "y.tab.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
Infile infile[10];
|
Infile infile[10];
|
||||||
Infile *curfile = infile;
|
Infile *curfile = infile;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user