Problem I’m working with a legacy program that does a bunch of markup manipulation, some of it higher-level and specific […]
Tag: c99
C99 – An alphanumeric random char generator
Problem I have built a very small program that is a command line utility for generating alphanumeric characters of a […]
Function to remove set of trailing characters from string
Problem I needed the ability to truncate the trailing end of path strings in a routine that builds new search […]