Miner fixing of main.h and main.c files

This commit is contained in:
Ricardo
2022-05-28 06:41:25 +00:00
parent 07054660f8
commit 8a1ae2ca1a
3 changed files with 3 additions and 5 deletions

View File

@@ -1,9 +1,7 @@
#ifndef __CHCOUNT_H__ #ifndef __MAIN_H__
#define __CHCOUNT_H__ #define __MAIN_H__
#include <stdio.h> #include <stdio.h>
#include <errno.h>
#include <ctype.h>
#include <string.h> #include <string.h>

BIN
inverT

Binary file not shown.

2
main.c
View File

@@ -57,7 +57,7 @@ int main (int argc, char *argv[]) {
} }
else { else {
printf("\nTo many parameters!!!"); printf("\nTo many arguments!!!");
printf("%s\n", info.help); printf("%s\n", info.help);
} }