Added libc functions

This commit is contained in:
Fabio Scotto di Santolo
2025-11-30 18:37:12 +01:00
parent 8f026965ca
commit 3a102f1e61
5 changed files with 168 additions and 9 deletions

View File

@@ -1,10 +1,6 @@
#ifndef KERNEL_H_
#define KERNEL_H_
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;
typedef uint32_t size_t;
typedef struct {
long error;
long value;