I have a string coming into serial
+CLIP: "1234567890",129,"",0,"",0
I wanna use strtok with delimiter ". How can i use strtok to search for " since using const char delimiter[] = " " "; will output this error: Compilation error: missing terminating " character
I have no code... i m just testing different ways of parsing that incoming string ... strtok looks very good but how to use " is what i got in trouble with.
i don t have any issue with a specific code ... i asked how can i use " delimiter in a strtok function. looks like you read questions same way how you answear...