~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strnmov.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    truncated.
21
21
*/
22
22
 
23
 
#include <my_global.h>
24
23
#include "m_string.h"
25
24
 
26
25
char *strnmov(register char *dst, register const char *src, size_t n)