Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
hjl
/
binutils
/
e2aadbf57d051f83f131b692d3fe1a95e5d532f2
/
.
/
ld
/
testsuite
/
ld-srec
/
sr2.c
blob: 5736cfa468d7035af384dbbb56f6cdf028ce6966 [
file
] [
log
] [
blame
]
/* This file is compiled and linked into the S-record format. */
int
e1
;
int
e2
=
1
;
int
fn1
(
s
)
char
*
s
;
{
return
s
[
e1
];
}
int
fn2
(
s
)
char
*
s
;
{
return
s
[
e2
];
}