home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / quot210s.zip / src / quoter1d.def < prev    next >
Text File  |  1998-12-10  |  853b  |  50 lines

  1. LIBRARY    QUOTER1
  2. ;
  3. ; This is for the debugging version of this library (i.e. the one without the C
  4. ; run-time library compiled into it).
  5. DESCRIPTION    'The Quoteriser - miscellaneous routine library (C) 1997-1998 Nicholas Paul Sheppard'
  6.  
  7. DATA        MULTIPLE NONSHARED
  8.  
  9. EXPORTS
  10. ;
  11. ; general.h
  12. ;
  13.     cgetc            @1
  14.     dircat            @2
  15.     dirfname        @3
  16.     dirnoext        @4
  17.     dirsimp            @5
  18.     strabbrev        @6
  19.     strboxf            @7
  20.     strcmpci        @8
  21.     strencl            @9
  22.     stresctok        @10
  23.     strfchr            @11
  24.     strfromf        @12
  25.     strtncpy        @13
  26.     strpre            @14
  27.     strreplace        @15
  28.     strrmchr        @16
  29. ;
  30. ; pmutil.h
  31. ;
  32.     ScrollMetafile        @17
  33.     ScrollMsgHandler    @18
  34.     ScrollSetGeometry    @19
  35.     SpawnPM            @20
  36. ;
  37. ; Routines from the xtype library
  38. ;
  39.     fgetxstr        @21
  40.     xstrcat            @22
  41.     xstrcatc        @23
  42.     xstrcpy            @24
  43.     xstrcvt            @25
  44.     xstrdel            @26
  45.     xstrfree        @27
  46.     xstrncat        @28
  47.     xstrnew            @29
  48.     xstrtrunc        @30
  49.