nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* source: xiohelp.h */ |
2 | /* Copyright Gerhard Rieger 2001 */ |
||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ |
||
4 | |||
5 | #ifndef __xiohelp_h_included |
||
6 | #define __xiohelp_h_included 1 |
||
7 | |||
8 | extern int xioopenhelp(FILE *of, |
||
9 | int level /* 0..only addresses, 1..and options */ |
||
10 | ); |
||
11 | |||
12 | #endif /* !defined(__xiohelp_h_included) */ |