xref
: /
openbsd
/
src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920701-1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f(char * c)
1
f
(
char
*
c
){
extern
char
a
[],
b
[];
return
a
+(
b
-
c
);}
2