home *** CD-ROM | disk | FTP | other *** search
- ; string.def : Declares the module parameters for the DLL.
-
- LIBRARY "HTBstring"
- DESCRIPTION 'string Windows Dynamic Link Library'
-
- EXPORTS
- ; Explicit exports can go here
- Append
- FindChar
- CopyString
- FindFromSet
- Compare
- AppendCount
- CopyStringCount
- CompareStringCount
- GetFromSet
- Reverse
- FindSub
-