Explorar el Código

commenting strelen function

Jan Klemkow hace 6 años
padre
commit
2547ae2249
Se han modificado 1 ficheros con 1 adiciones y 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)
 {