nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /* source: xio-stdio.h */
2 /* Copyright Gerhard Rieger 2001-2007 */
3 /* Published under the GNU General Public License V.2, see file COPYING */
4  
5 #ifndef __xio_stdio_h_included
6 #define __xio_stdio_h_included 1
7  
8  
9 extern int xioopen_stdio_bi(xiofile_t *sock);
10  
11 extern const union xioaddr_desc *xioaddrs_stdio[];
12 extern const union xioaddr_desc *xioaddrs_stdin[];
13 extern const union xioaddr_desc *xioaddrs_stdout[];
14 extern const union xioaddr_desc *xioaddrs_stderr[];
15  
16 #endif /* !defined(__xio_stdio_h_included) */