home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / pc_hw / mem / mdb.txh < prev    next >
Encoding:
Text File  |  1995-07-10  |  269 b   |  14 lines

  1. @node movedatab, memory
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <sys/movedata.h>
  6.  
  7. void _movedatab(unsigned, unsigned, unsigned, unsigned, size_t);
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. Just like @ref{movedata}, but all transfers are always 8-bit
  13. transfers.
  14.