feat: add arch packaging

This commit is contained in:
2024-08-06 20:35:00 +02:00
parent 5469fdcf92
commit ccd07141f5
11 changed files with 301 additions and 63 deletions

View File

@ -1,6 +1,7 @@
#ifndef SCI_LOG_H
#define SCI_LOG_H
#include <stdio.h>
#include <stdbool.h>
enum {
LOG_TRACE = 4,