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