home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / kcss0012.zip / SAMPLES / API / LIBRARY / KCMYLIB.HSS < prev    next >
Text File  |  1998-02-07  |  549b  |  17 lines

  1. /*  Copyright (c) 1998 IBK-Landquart-Switzerland. All rights reserved.
  2.  *
  3.  *  Module      :  KcMyLib.hss
  4.  *  Application :  CSS Sample Library: Header
  5.  *  Author      :  Peter Koch, IBK
  6.  *
  7.  *  Date        Description                                 Who
  8.  *  --------------------------------------------------------------------------
  9.  *  Feb 1998    First release                               P.Koch, IBK
  10.  */
  11.  
  12. extern const myVersion;
  13.  
  14. myStrReverse(const string);
  15. mySubString(const string, const start, [const count, const padchar]);
  16.  
  17.