blob: 8932b4ea9ed11b526e88614092efa2e9807065ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* redundant declaration to silence -Wmissing-variable-declarations */
extern char *s1,
*s2,
*s3,
*s4,
*s5,
*s6,
*s7,
*s8;
char *s1,
*s2,
*s3,
*s4,
*s5,
*s6,
*s7,
*s8;
|