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/egor/mysql-3.23.49/include> grep strmov *.h
m_string.h:#define strmov(A,B) stpcpy((A),(B))
m_string.h:#define strmov(A,B)  (memccpy(A,B,0,INT_MAX)-1)
m_string.h:#define strmov_overlapp(A,B) strmov(A,B)
m_string.h:#ifndef strmov
m_string.h:extern       char *strmov(char *dst,const char *src);

C> Thanx in advance
C> Chirag





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to