remove `#pragma once`

This commit is contained in:
Intel A80486DX2-66 2023-11-26 02:03:35 +03:00
parent 540d94bd1d
commit 3e37236221
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
1 changed files with 4 additions and 1 deletions

5
argh.h
View File

@ -1,4 +1,5 @@
#pragma once
#ifndef _C_ARGH_H
#define _C_ARGH_H
#include <stdbool.h>
#include <stdio.h>
@ -84,3 +85,5 @@
/* check if we are done with all of argv and break is so */ \
if (argh_offset == argc) \
break;
#endif /* _C_ARGH_H */