Update carg-parse.h

This commit is contained in:
AUnicornWithNoLife 2023-10-03 11:48:28 +01:00
parent 558e4e0073
commit 31ec5ba628

View File

@ -1,7 +1,7 @@
// c argument parser - Rose (github.com/AUnicornWithNoLife)
#ifndef CARG_PARSE
#define CARG_PARSE
#ifndef LIB_CARG_PARSE
#define LIB_CARG_PARSE
#include <stdint.h>