Fix header guards

This commit is contained in:
2025-04-27 02:58:04 -04:00
parent adfdaa27f7
commit 52a7a909ff
2 changed files with 6 additions and 0 deletions

2
sys.h
View File

@@ -1,4 +1,6 @@
#ifndef MINIMALSYS_H
#define MINIMALSYS_H
#include "int.h"
void exit(int8_t status);