Re: strmov

2004-09-05 Thread Michael Bacarella
> What is the definition of strmov in C? It seems to be a > MYSQL library sprecific function in m_string.h and is used > in some of the documentations examples. In MySQL 3.23.x, it's defined in strings/strmov.c #if !defined(MC68000) && !defined(DS90) char *strmov(regist

strmov

2004-09-05 Thread Ruben Safir Secretary NYLXS
What is the definition of strmov in C? It seems to be a MYSQL library sprecific function in m_string.h and is used in some of the documentations examples. ruben -- __ Brooklyn Linux Solutions So many immigrant groups have swept through our town that Brooklyn, like

Re: strmov

2002-05-07 Thread Egor Egorov
Chirag, Tuesday, May 07, 2002, 6:57:00 AM, you wrote: C> Which header file or library i need to include for strmov ? i have C> mysql v3 and i have included mysqlclient library. But it still tells C> undefined reference. strmov is defined in m_string.h include: blend:/home/e

strmov

2002-05-06 Thread Chirag
hi, Which header file or library i need to include for strmov ? i have mysql v3 and i have included mysqlclient library. But it still tells undefined reference. Thanx in advance Chirag - Before posting, please check