~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Brian Aker
  • Date: 2008-09-04 18:16:51 UTC
  • Revision ID: brian@tangent.org-20080904181651-kydoxckk145z99b8
strend remove

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
extern  void bchange(unsigned char *dst,size_t old_len,const unsigned char *src,
65
65
                     size_t new_len,size_t tot_len);
66
 
extern  char *strend(const char *s);
67
66
extern  char *strfield(char *src,int fields,int chars,int blanks,
68
67
                           int tabch);
69
68
extern  char *strfill(char * s,size_t len,char fill);