repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: Regenerate distributed built files in $(top_srcdir)
[coreutils.git]
/
src
/
wc.h
blob
a6b4c9e840f133efa9b5be1f0532e947738eede6
1
#include <stdint.h>
2
struct
wc_lines
{
int
err
;
intmax_t
lines
;
intmax_t
bytes
; };
3
struct
wc_lines
wc_lines_avx2
(
int
);