retire _PROTOTYPE
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
This commit is contained in:
+3
-3
@@ -17,9 +17,9 @@ int zilch[5000];
|
||||
|
||||
#include "common.c"
|
||||
|
||||
_PROTOTYPE(int main, (int argc, char *argv []));
|
||||
_PROTOTYPE(void test6a, (void));
|
||||
_PROTOTYPE(void test6b, (void));
|
||||
int main(int argc, char *argv []);
|
||||
void test6a(void);
|
||||
void test6b(void);
|
||||
|
||||
int main(argc, argv)
|
||||
int argc;
|
||||
|
||||
Reference in New Issue
Block a user