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__
#define __CHCOUNT_H__
#ifndef __MAIN_H__
#define __MAIN_H__
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>