Reusable Librock >
Text Strings > NUL terminated String Comparison and Search >
NUL terminated String Comparison and Search- #Libs & Functions (6) - #Related Subjects - |
Home Highly Reusable Software By activity User Interface Text Strings Math Processing
Stored Data
Communications
Hard World File System
|
librock_memistr - locate a string in a counted string or block of memory. Ignore case.
librock_wordcmp - compare two strings up until the first blank character
librock_stristr - Find substring in NUL terminated string. Ignore case.
librock_strn0cpy - copy at most n characters, always appending a \0.
librock_BTSinlist - Find a blank terminated word in a word list.
Related Subjects (Reusable Librock) |
Up to Text Strings - Gateway topic to character and string processing routines. NUL Terminated String processing String conversions,et al. ascii to long, long to
Up to NUL Terminated String processing - NUL terminated string operations (strcpy, strlen, etc)
Searching Algorithms - Algorithms for locating an item by searching.