Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-srec
/
sr2.c
blob: 5736cfa468d7035af384dbbb56f6cdf028ce6966 [
file
]
/* 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
];
}