Don't declare exit or perror.
This commit is contained in:
parent
f662f9b05b
commit
3dc64903b8
1 changed files with 0 additions and 5 deletions
|
@ -12,11 +12,6 @@
|
|||
#define TRUE (1)
|
||||
#define FALSE (0)
|
||||
|
||||
#ifndef MSDOS
|
||||
/* Defined volatile by std.h in MsDos. */
|
||||
extern void exit (), perror ();
|
||||
#endif
|
||||
|
||||
int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1;
|
||||
int group_by = DEFAULT_GROUPING;
|
||||
char *progname;
|
||||
|
|
Loading…
Add table
Reference in a new issue