hi
how does one access parts of string in C.
string comes back like this in Hyperterminal
LITL0 0000
LITL1 0759
LITL2 0014
LITL3 0024
need to access the numbers
is there a function in C similar to substr in C++?
thank you
how does one access parts of string in C.
string comes back like this in Hyperterminal
LITL0 0000
LITL1 0759
LITL2 0014
LITL3 0024
need to access the numbers
is there a function in C similar to substr in C++?
thank you
Comment