~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strxnmov.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
      if total-string-length >= length then dst[length] will be set to \0
36
36
*/
37
37
 
38
 
#include <my_global.h>
39
38
#include "m_string.h"
40
39
#include <stdarg.h>
41
40