~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Monty Taylor
  • Date: 2008-12-11 07:51:00 UTC
  • mfrom: (670.3.3 remove-my-stpncpy)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081211075100-1jaqspnugi2u87u0
MergedĀ fromĀ Toru.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
extern "C" {
50
50
#endif
51
51
 
52
 
 
53
 
char *my_stpncpy(register char *dst, register const char *src, size_t n);
54
 
 
55
52
#define strmov_overlapp(A,B) my_stpcpy(A,B)
56
53
#define strmake_overlapp(A,B,C) strmake(A,B,C)
57
54