~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/is_prefix.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    A empty t is allways a prefix.
22
22
*/
23
23
 
24
 
#include <my_global.h>
25
24
#include "m_string.h"
26
25
 
27
26
int is_prefix(register const char *s, register const char *t)