~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strmake.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    strmake() returns pointer to closing null
25
25
*/
26
26
 
27
 
#include <my_global.h>
28
27
#include "m_string.h"
29
28
 
30
29
char *strmake(register char *dst, register const char *src, size_t length)