retire _PROTOTYPE
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
This commit is contained in:
12
test/test3.c
12
test/test3.c
@@ -20,12 +20,12 @@ char el_weirdo[] = "\n\t\\\e@@!!##\e\e\n\n";
|
||||
|
||||
#include "common.c"
|
||||
|
||||
_PROTOTYPE(int main, (int argc, char *argv []));
|
||||
_PROTOTYPE(void test3a, (void));
|
||||
_PROTOTYPE(void test3c, (void));
|
||||
_PROTOTYPE(void test3d, (void));
|
||||
_PROTOTYPE(void test3e, (void));
|
||||
_PROTOTYPE(void e, (int n));
|
||||
int main(int argc, char *argv []);
|
||||
void test3a(void);
|
||||
void test3c(void);
|
||||
void test3d(void);
|
||||
void test3e(void);
|
||||
void e(int n);
|
||||
|
||||
int main(argc, argv)
|
||||
int argc;
|
||||
|
||||
Reference in New Issue
Block a user