~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strfill.c

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:32:30 UTC
  • mto: (511.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063230-4brxsra0qsmsg84q
Added -Wunused-macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    strfill() returns pointer to dest+len;
24
24
*/
25
25
 
26
 
#include <my_global.h>
27
26
#include "m_string.h"
28
27
 
29
28
char * strfill(char *s, size_t len, char fill)