~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/m_string.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-07 13:41:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110707134107-6mi7pauiatxtf4oe
Rename strmake to strdup (standard name)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* There may be prolems include all of theese. Try to test in
17
17
   configure with ones are needed? */
18
18
 
19
 
 
20
 
 
21
19
#pragma once
22
20
 
23
21
#include <strings.h>
35
33
 
36
34
extern void bmove_upp(unsigned char *dst,const unsigned char *src,size_t len);
37
35
 
38
 
// extern char *strmake(char *dst,const char *src,size_t length);
39
 
 
40
36
/* Conversion routines */
41
37
enum my_gcvt_arg_type
42
38
{