readme

来自「linux下电话本所依赖的库文件」· 代码 · 共 45 行

TXT
45
字号
The files  asnprintf.c  printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.hare taken from the vasnprintf module of the GNUlib package, which canbe found at:  http://www.gnu.org/software/gnulib/All files have been modified to include g-gnulib.h. vasnprintf.c has also been modified to include support for long long printing if the system printf doesn't. This code is protected by #ifndef HAVE_LONG_LONG_FORMAT.Code has been added to printf-args.[ch], printf-parse.c and vasnprintf.cto support printing of __int64 values with the I64 format modifier. Thisis protected by #ifdef HAVE_INT64_AND_I64.The files printf.h  printf.c g-gnulib.hhave been written by me. printf.[hc] contain implementations of the  remaining functions in the printf family based on vasnprintf. g-gnulib.h is included by all source files in order to move allexported functions to the _g_gnulib namespace, replace malloc byg_malloc and make sure that snprintf is only used if it implements C99 return value semantics. Matthias ClasenNovember 1, 2003

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?