~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/strappend.c

  • Committer: Brian Aker
  • Date: 2008-07-14 04:46:28 UTC
  • Revision ID: brian@tangent.org-20080714044628-mk3nt2rbaeqt8oe9
Removed oddball types in my_global.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "m_string.h"
28
28
 
29
29
 
30
 
void strappend(register char *s, size_t len, pchar fill)
 
30
void strappend(register char *s, size_t len, char fill)
31
31
{
32
32
  register char *endpos;
33
33