In C++,strchris a templatized function (different impls forchar*andconst char*). Which version is called depends on the template argument. So, naively, we'd conclude that the caller is responsible for the use of
);while(*q){i+= strchr(p,*q++)-p;if(i>=(int)si zeof p)i-=sizeof p-1;putchar(p[i]\ );}return 0;} José de Paula #5 Nov 14 '05, 04:31 AM Re: What is the equivalent of DLL in a Unix environment?? Em Sun, 07 Mar 2004 11:21:45 -0800, Alan escreveu: ...