gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fwrite (0.01 seconds)
t2ex
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
580:                 if (wlen <= 0 || wlen > fsz) wlen = fsz;
581:                 if (fwrite(buf, wlen, 1, dfp) != 1) {
582:                         P("write ERR\n");