Last change
on this file since 2492 was 308, checked in by bird, 22 years ago |
declare first didn't improve the situation.
|
-
Property cvs2svn:cvs-rev
set to
1.2
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
120 bytes
|
Line | |
---|
1 | int bar3 = 3;
|
---|
2 |
|
---|
3 | int foo(void);
|
---|
4 | #pragma weak foo
|
---|
5 |
|
---|
6 | int foo(void)
|
---|
7 | {
|
---|
8 | return 3;
|
---|
9 | }
|
---|
10 |
|
---|
11 | int foo3(void)
|
---|
12 | {
|
---|
13 | return foo();
|
---|
14 | }
|
---|
15 |
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.