~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strnlen.c

  • Committer: Brian Aker
  • Date: 2008-07-30 17:24:10 UTC
  • mfrom: (236.1.6 codestyle)
  • Revision ID: brian@tangent.org-20080730172410-t4r8o7lx7r9m95x7
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    strnlen(s, len) returns the length of s or len if s is longer than len.
21
21
*/
22
22
 
23
 
#include <my_global.h>
24
23
#include "m_string.h"
25
24
 
26
25
#ifndef HAVE_STRNLEN