~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

Merge from Monty's tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
extern  char *strxmov(char *dst,const char *src, ...);
82
82
extern  char *strxcpy(char *dst,const char *src, ...);
83
83
extern  char *strxncat(char *dst,size_t len, const char *src, ...);
84
 
extern  char *strxnmov(char *dst,size_t len, const char *src, ...);
85
84
extern  char *strxncpy(char *dst,size_t len, const char *src, ...);
86
85
 
87
86
/* Prototypes of normal stringfunctions (with may ours) */