8

mb_sio.h

  1. #ifndef _MB_SIO_H
  2. #define _MB_SIO_H
  3.  
  4. #include <sys/types.h>
  5.  
  6. #ifdef __STDC__
  7. extern int s_read( int s, u_char *buf, int len );
  8. extern int s_write( int s, u_char *buf, int len );
  9. extern int s_getc( int s );
  10. extern int s_getuint( int s );
  11. extern char *s_getident( int s );
  12. #else
  13. extern int s_read();
  14. extern int s_write();
  15. extern int s_getc();
  16. extern int s_getuint();
  17. extern char *s_getident();
  18. #endif
  19.  
  20. #endif

Comments

Your comment:
[p] [b] [i] [u] [s] [quote] [pre] [br] [code] [url] [email] strip help 2000

Enter a maximum of 2000 characters.
Improve the presentation of your text with the following formatting tags:
[p]paragraph[/p], [b]bold[/b], [i]italics[/i], [u]underline[/u], [s]strike[/s], [quote]citation[/quote], [pre]as is[/pre], [br]line break,
[url]http://www.izend.org[/url], [url=http://www.izend.org]site[/url], [email]izend@izend.org[/email], [email=izend@izend.org]izend[/email],
[code]command[/code], [code=language]source code in c, java, php, html, javascript, xml, css, sql, bash, dos, make, etc.[/code].