> 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
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
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
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