diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-11 17:16:40 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-11 17:17:04 +0000 |
| commit | d2461482caf9e93d6e2bc7ff17567102f635211a (patch) | |
| tree | c302d1a2e7cb829b6ed006c905db0b8bbf45f57a /src/zprep.h | |
| parent | f9b1992795142a073cd5dc1794350fc64e9aa695 (diff) | |
Fixed some things. Next thing will be tests.
Diffstat (limited to 'src/zprep.h')
| -rw-r--r-- | src/zprep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zprep.h b/src/zprep.h index 8a85c9f..299ec13 100644 --- a/src/zprep.h +++ b/src/zprep.h @@ -2,11 +2,11 @@ #ifndef ZPREP_H #define ZPREP_H +#include <ctype.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <ctype.h> -#include <stdarg.h> // ** ANSI COLORS ** #define COLOR_RESET "\033[0m" |
