~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Monty Taylor
  • Date: 2008-08-12 23:54:34 UTC
  • mfrom: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: monty@inaugust.com-20080812235434-unrwb64yanvrkyzf
Merged up from codestyle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#include <stdlib.h>
38
38
#include <stddef.h>
39
 
#include <stdint.h>
40
39
#include <stdbool.h>
41
40
#include <assert.h>
42
41
#include <limits.h>