}
static void
-write_counts (long unsigned int lines, long unsigned int words, long unsigned int chars, char *file)
+write_counts (long unsigned int lines, long unsigned int words,
+ long unsigned int chars, const char *file)
{
if (print_lines)
printf ("%7lu", lines);
}
static void
-wc (int fd, char *file)
+wc (int fd, const char *file)
{
char buf[BUFFER_SIZE + 1];
register int bytes_read;
}
static void
-wc_file (char *file)
+wc_file (const char *file)
{
if (!strcmp (file, "-"))
{