Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mjosborne
  • Content: Threads
  • Order by date
  1. mjosborne

    General purpose string substitute function anyone?

    Hi, Does anyone have a general purpose C string substitute function . I have tried it with strtok but failed. The function could be of the form char *sub_string(char *the_string, char *find, char *replace); returning a string with the substitution of find for replace. eg. char *str =...

Part and Inventory Search

Back
Top