import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / shr2.c
CommitLineData
085dd6e6
JM
1#ifdef PROTOTYPES
2int shr2(int x)
3#else
4int shr2(x) int x;
5#endif
c906108c
SS
6{
7 return 2*x;
8}
9
085dd6e6
JM
10#ifdef PROTOTYPES
11int shr2_local(int x)
12#else
13int shr2_local(x) int x;
14#endif
c906108c
SS
15{
16 return 2*x;
17}
This page took 0.028786 seconds and 4 git commands to generate.