VSPRINTF - print variable argument list into string. (ANSI Standard). Usage: #include <stdarg.h> #include <stdio.h> nout = vsprintf(str,format,varlist); ...
確定! 回上一頁