@node outportsw, cpu @subheading Syntax @example #include void outportsw(unsigned short _port, const unsigned short *_buf, unsigned _len); @end example @subheading Description Writes the @var{_len} shorts in @var{_buf} to the 16-bit @var{_port}. @subheading Portability @portability !ansi, !posix