doc: remove older ChangeLog items
[coreutils.git] / src / wc.h
bloba6b4c9e840f133efa9b5be1f0532e947738eede6
1 #include <stdint.h>
2 struct wc_lines { int err; intmax_t lines; intmax_t bytes; };
3 struct wc_lines wc_lines_avx2 (int);