[BACK]Return to vsnprintf_ss.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / stdio

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/stdio/vsnprintf_ss.c between version 1.9 and 1.10

version 1.9, 2009/12/17 15:19:48 version 1.10, 2011/07/17 20:54:34
Line 116  __weak_alias(vsnprintf_ss,_vsnprintf_ss)
Line 116  __weak_alias(vsnprintf_ss,_vsnprintf_ss)
 } while (/*CONSTCOND*/0)  } while (/*CONSTCOND*/0)
   
 int  int
 vsnprintf_ss(char *sbuf, size_t slen, const char *fmt0, _BSD_VA_LIST_ ap)  vsnprintf_ss(char *sbuf, size_t slen, const char *fmt0, va_list ap)
 {  {
         const char *fmt;        /* format string */          const char *fmt;        /* format string */
         int ch;                 /* character from fmt */          int ch;                 /* character from fmt */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>