basename alternativeJust for the feedback I found an older NDK implementation of basename_r and dirname_r I fixed dirna...
basename alternativethanks I wrote it for my needs, and mentioned in OP that I do not need it reetrant I will change to ...
basename alternativeHi I wrote this code to ensure I am using a safer basename: - not modifying argument - not usin...
Setting key=value pairs using CIn that case, to initialize defaults, I have to do: [code] struct settingPair pair_1 = { "key_1"...
Setting key=value pairs using CHi, I was wondering if there was a simpler way to use key=value pairs in C programming. I have a ...