Split string -> default handler
Posted on December 04, 2013 at 00:05 hello everybody! I need help with my string splitter function. I use stm32f407 and CoIDE for develope. This is the function: char** str_split(char* a_str, const char* a_delim) { char** result =...