gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strcat (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
415: 
416:                 if (S_ISDIR(st.st_mode))      strcat(path, "/");
417:                 else if (! S_ISREG(st.st_mode)) strcat(path, "#");
418: