config.h header guard

This commit is contained in:
_N3m0 2023-12-30 23:29:34 +01:00
parent b4c12f0ce2
commit ec681bd9d2
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#ifndef CONFIG_H
#define CONFIG_H
#include <stdio.h>
#include <stdlib.h>