~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Toru Maesaka
  • Date: 2008-08-04 06:46:27 UTC
  • mto: (261.2.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: dev@torum.net-20080804064627-nr85ue55lrx5y1jw
removed mystring dependencies from libdrizzle.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#define strmov(A,B) stpcpy((A),(B))
62
62
#endif
63
63
 
64
 
/* Declared in int2str() */
65
 
extern char _dig_vec_upper[];
66
 
extern char _dig_vec_lower[];
67
 
 
68
64
#ifdef BAD_STRING_COMPILER
69
65
#define strmov(A,B)  (memccpy(A,B,0,INT_MAX)-1)
70
66
#else