path: root/src/stdio/vfprintf.c ... return 1; inval: errno = EINVAL; return -1; overflow: errno = EOVERFLOW; return -1; } int vfprintf(FILE *restrict f, ...
確定! 回上一頁