Dec 052017
 
Large collection of C functions for strings.
File CSTRING.ZIP from The Programmer’s Corner in
Category C Source Code
Large collection of C functions for strings.
File Name File Size Zip Size Zip Type
CENTERS.C 1280 596 deflated
CSTRINGS.DOC 2560 966 deflated
INDEX.C 3328 954 deflated
LEFT.C 1408 681 deflated
MID.C 1664 809 deflated
RIGHT.C 1920 884 deflated
STRBLANK.C 1664 683 deflated
STRCAT.C 2560 825 deflated
STRCMP.C 1792 701 deflated
STRCPY.C 2560 928 deflated
STRDEFS.H 768 421 deflated
STRDEL.C 1536 645 deflated
STRINS.C 1664 635 deflated
STRLEN.C 1152 573 deflated
STRLOWER.C 2560 1033 deflated
STRNULL.C 896 477 deflated
STRREPT.C 1280 649 deflated
STRSPLIT.C 2176 948 deflated
STRTRANS.C 2432 812 deflated
STRUPPER.C 2560 1046 deflated

Download File CSTRING.ZIP Here

Contents of the CSTRINGS.DOC file


CSTRINGS.LBR VERSION 1.0
Spark Software, Inc.

If you find this software of use, it is requested that you send
a donation ($10.00 suggested) to:

Spark Software, Inc.
24 Royal Crest Dr., #5
Nashua, NH 03060

Upon receiving your donation, your name will be added to the
List of Registered Users, and future updates can be obtained
from the SPARKIE RBBS at (603) 888-8179.

If you include an extra $10.00 with your donation, the newest
version of CSTRINGS.LBR will be mailed to you.

Call SPARKIE RBBS at the number above for other Spark Software
products!!!

The following files are included in release 1.0 of CSTRINGS.LBR

INDEX C Contains index/rindex functions to find first/last
occurrence of a character in a string.
STRLOWER C Contains strlower function to convert a string to lower case.
STRCAT C Contains strcat function to concatenate one string to another.
STRLEN C Contains strlen to return the length of a string.
STRCPY C Contains strcpy to copy a string.
STRCMP C Contains strcmp to compare to strings.
RIGHT C Contains function right which returns a string containing the
rightmost characters from a string.
STRTRANS C Contains strtrans which translates a string based on a user
defined translation table.
STRUPPER C Contains strupper to convert a string to upper case.
MID C Contains function mid which returns a string containing the
characters from the middle of a string.
STRSPLIT C Contains strsplit which creates two new strings from one
original (splits the original).
STRREPT C Contains strrept which fills a string with a certain character.
LEFT C Contains function left which returns a string consisting of
the left-most characters of a string.
CENTERS C Contains function centers which centers a string.
STRBLANK C Contains strb,strblf, strbri which place blanks in a string
in the middle, left side, or right side.
STRDEL C Contains strd, strdlf, strdrt which delete portions of a
string in the middle, left side, or right side.
STRNULL C Contains strnull which returns whether a string is NULL
STRINS C Contains stri, strilf, strirt which insert characters in a
string in the middle, left side, or right side.
STRDEFS H Contains macros for strnull, and strtbig (see if a string
is longer than n characters).



 December 5, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)