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 wOOdy-Soft 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: *

  1. naveenprakashj

    regular expression

    Hi, I need to match a string with a regular expression in c. I am trying to avoid system call. the regular expression is [a-z][a-z][0-9]<6 times>[a-z] Can anyone show me how this can be done useing regexpr.h (i.e. compile and advance/step) thanks in advance
  2. naveenprakashj

    independent process

    Hi, The outlook of my service is as follows.... service_name() { . . . /* All the transactions have been successfuly completed */ write2file(); /* can be another service or routine */ tpreturn(success...); } I would like to invoke write2file() and immediately make a tpreturn. I dont...
  3. naveenprakashj

    Function Override

    Hi all, I want to redeclare/redefine a few of the library functions. For. Ex. localtime() of time.h I have heaps of code wherein localtime() is used. I want to write a wrapper function for localtime as part of the local library which will override the standard localtime(). I dont want to...

Part and Inventory Search

Back
Top