index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-208
/
duncan-c-white
/
C
/
printarray.h
blob: 40efb83277c11904fad5dab15662d9e7d6360d1f (
plain
)
1
extern
void
print_int_array
(
int
maxw
,
int
nel
,
int
*
results
,
char
sep
,
FILE
*
out
);