/* This file is compiled and linked into the S-record format. */int e1;int e2 = 1;intfn1 (s)char *s;{return s[e1];}intfn2 (s)char *s;{return s[e2];}
/* This file is compiled and linked into the S-record format. */int e1;int e2 = 1;intfn1 (s)char *s;{return s[e1];}intfn2 (s)char *s;{return s[e2];}