home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sffdk10b.zip / sample / rexxcall / oldlib / write10.c < prev    next >
C/C++ Source or Header  |  2001-03-05  |  406b  |  18 lines

  1. /*
  2. ** Module   :WRITE10.C
  3. ** Abstract :Write function
  4. **
  5. ** Copyright (C) Link Guard Solutions
  6. ** For conditions of distribution and use, see license in license.txt
  7. **
  8. ** Log: Fri  23/02/2001 Created
  9. **
  10. */
  11. #include <oldlib.h>
  12.  
  13. dword APIENTRY Write10(Bool source, dword proto, char *packet, dword psize, dword idx)
  14. {
  15.     return Write11(_oldlib_plidx, source, proto, packet, psize, idx);
  16. }
  17.  
  18.