Parsing a string
Posted
by sfactor
on Stack Overflow
See other posts from Stack Overflow
or by sfactor
Published on 2010-04-22T23:00:34Z
Indexed on
2010/04/22
23:03 UTC
Read the original article
Hit count: 308
i have a string of the format SUCCESS,12:34:56:78:90, i want to separate these two values that are separated by commas into two different strings. how do i do that in gcc using c language.
© Stack Overflow or respective owner