Commit 09a62035 authored by unknown's avatar unknown

m_string.h:

  fix serious error. :-)


include/m_string.h:
  fix serious error. :-)
parent 38558343
......@@ -215,7 +215,7 @@ extern char *strstr(const char *, const char *);
#endif
extern int is_prefix(const char *, const char *);
/* Conversion rutins */
/* Conversion routines */
#ifdef USE_MY_ITOA
extern char *my_itoa(int val,char *dst,int radix);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment