Explorar o código

commenting strelen function

Jan Klemkow %!s(int64=6) %!d(string=hai) anos
pai
achega
2547ae2249
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scroll.c

+ 1 - 0
scroll.c

@@ -83,6 +83,7 @@ reset(void)
 		die("tcsetattr:");
 }
 
+/* Count string length w/o ansi esc sequences. */
 size_t
 strelen(const char *buf, size_t size)
 {