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];
}