Minor code cleanup and fix a compilation warning.

This commit is contained in:
2023-04-19 23:04:57 +02:00
parent c19253d080
commit d04349e9b4
3 changed files with 23 additions and 22 deletions

View File

@@ -20,7 +20,7 @@
#ifndef INFO_H
# define INFO_H
void print_wrap (char *str, int len, int *n);
void print_wrap (char *str);
void version (void);
void help (void);
void usage (void);