diff options
Diffstat (limited to 'csrc/wc.h')
-rw-r--r-- | csrc/wc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csrc/wc.h b/csrc/wc.h new file mode 100644 index 0000000..4811392 --- /dev/null +++ b/csrc/wc.h @@ -0,0 +1 @@ +int count_lines(char *src); |