pastebin

Paste #82637: Untitled ASCII paste by 113.108.133.42

(gdb) p strlen(st[i])
$1 = 3
(gdb) p maxl
$2 = -1
(gdb) p (strlen(st[i]) <= maxl)
$3 = false
(gdb) p (strlen(st[i]) > maxl)
$4 = true

Private
Wrap long lines

3 + 1 =