{ va_list ap; int size, index; byte *posarray; size = get_fmt_size(fmt); posarray = (byte *)calloc(size, 1); va_start(ap, fmt); for(index=0; ...
確定! 回上一頁