1 Avoid collision with C library using NO_PROTOTYPES found in code already
3 Patch by Robin Getz <rgetz@blackfin.uclinux.org>
9 int Arr_2_Glob [50] [50];
11 +#ifndef NO_PROTOTYPES
12 extern char *malloc ();
14 Enumeration Func_1 ();
15 /* forward declaration necessary since Enumeration may not simply be int */
21 +#ifndef NO_PROTOTYPES
23 /* see library function "times" */
25 #define Too_Small_Time 120
26 /* Measurements should last at least about 2 seconds */
29 +#ifndef NO_PROTOTYPES
31 /* see library function "time" */
33 #define Too_Small_Time 2
34 /* Measurements should last at least 2 seconds */