Split a char array with NUL terminators and inner delimiters – codereview.stackexchange.com

I get as an input a char array in this format: "key = value\0key = value...\0" (last pair is ended with 2 NUL terminators - one is the pair end + one is the whole string end) and I want to split it ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Split a char array with NUL terminators and inner delimiters – codereview.stackexchange.com"