retire _PROTOTYPE
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
_PROTOTYPE(int main, (int argc, char **argv));
|
||||
int main(int argc, char **argv);
|
||||
|
||||
void
|
||||
prettyprogress(long b, long maxb, time_t starttime)
|
||||
|
||||
Reference in New Issue
Block a user