On Sat, Jun 02, 2001 at 09:21:41PM +0200, stef wrote:
> static void
> Outsb (int port, unsigned char *source, int size)
> {
> #ifndef IO_SUPPORT_MISSING
> #ifdef HAVE_STRING_IO
> outsb (port, source, size);
[#else]
> for(i=0,.....)
> outb(..)
[#endif]
> #endif
> }
Yes, I think so.
Thanks,
Tim.
*/
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Sat Jun 02 2001 - 12:19:59 PDT