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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.