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

  1. /*
  2. ** Module   :CONFIG10.C
  3. ** Abstract :Config 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. void APIENTRY Config10(char *var, char *val)
  14. {
  15.     Config11(_oldlib_plidx, var, val);
  16. }
  17.  
  18.