source:
branches/samba-3.3.x/source/tests/shlib.c@
206
| Last change on this file since 206 was 206, checked in by , 17 years ago | |
|---|---|
| File size: 110 bytes | |
| Rev | Line | |
|---|---|---|
| [206] | 1 | /* a trivial function used to test building shared libraries */ |
| 2 | ||
| 3 | int foo(void); | |
| 4 | ||
| 5 | int foo(void) | |
| 6 | { | |
| 7 | return 1; | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
