~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strxmov.cc

  • Committer: Monty Taylor
  • Date: 2008-11-13 22:41:09 UTC
  • mto: (589.1.3 devel) (584.1.7 devel)
  • mto: This revision was merged to the branch mainline in revision 585.
  • Revision ID: monty@inaugust.com-20081113224109-4rkzdtn5f2ppzf9q
Check gnu ld status rather than gcc status (you never know)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (C) 2002 MySQL AB
2
 
 
 
2
   
3
3
   This library is free software; you can redistribute it and/or
4
4
   modify it under the terms of the GNU Library General Public
5
5
   License as published by the Free Software Foundation; version 2
6
6
   of the License.
7
 
 
 
7
   
8
8
   This library is distributed in the hope that it will be useful,
9
9
   but WITHOUT ANY WARRANTY; without even the implied warranty of
10
10
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11
11
   Library General Public License for more details.
12
 
 
 
12
   
13
13
   You should have received a copy of the GNU Library General Public
14
14
   License along with this library; if not, write to the Free
15
15
   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
25
25
    with a NUL character, and returns a pointer to the terminating NUL.
26
26
    It is just like strmov except that it concatenates multiple sources.
27
27
    Beware: the last argument should be the null character pointer.
28
 
    Take VERY great care not to omit it!
 
28
    Take VERY great care not to omit it! 
29
29
*/
30
30
 
31
31
#include "m_string.h"