Files
exkernel/kernel.h
Fabio Scotto di Santolo 3a102f1e61 Added libc functions
2025-11-30 18:37:12 +01:00

10 lines
117 B
C

#ifndef KERNEL_H_
#define KERNEL_H_
typedef struct {
long error;
long value;
} sbiret;
#endif // KERNEL_H_