User profile: philonto

User info
User name:philonto
History
Joined:
Number of posts:36
Latest posts:

basename alternative
Just for the feedback I found an older NDK implementation of basename_r and dirname_r I fixed dirna...

basename alternative
thanks I wrote it for my needs, and mentioned in OP that I do not need it reetrant I will change to ...

basename alternative
Hi I wrote this code to ensure I am using a safer basename: - not modifying argument - not usin...

Setting key=value pairs using C
In that case, to initialize defaults, I have to do: [code] struct settingPair pair_1 = { "key_1"...

Setting key=value pairs using C
Hi, I was wondering if there was a simpler way to use key=value pairs in C programming. I have a ...