extract substring from string in C - LinuxQuestions.org
hallo,is there no function in C (like substr in PHP) to extract a substring from one string into another.for instance if I have char string1[10]; if ... //simple program to extract substring from a given string #include #include #include...