NetBSD/usr.bin/uniq
abhinav 75088523c3 A small optimization: since we already know the length of the lines, check
if the lenghts are equal before calling strcmp(3). Most of the times, the call
to strcmp(3) can be saved if the lines are not of the same length.

Thanks to Christos for the reviews
2016-10-14 19:43:59 +00:00
..
Makefile
uniq.1
uniq.c A small optimization: since we already know the length of the lines, check 2016-10-14 19:43:59 +00:00