changed code removed main from each file

This commit is contained in:
Mert Gör
2025-04-12 22:53:01 +03:00
parent 9a2eabf5cf
commit 97d77a3ff6
11 changed files with 19 additions and 23 deletions

View File

@ -1,5 +1,11 @@
#include <stdio.h>
#include "hex_read_scanf.c"
#ifndef HEX_READ_SCANF_H
#define HEX_READ_SCANF_H
extern void hex_scan();
#endif // HEX_READ_SCANF_H
int main()
{