Espresso 0.0.1a

This commit is contained in:
2025-06-17 15:50:07 -05:00
parent eeea3b2d86
commit fca025a9bf
24 changed files with 1080 additions and 600 deletions

View File

@ -1,9 +1,12 @@
#ifndef STDLIB_H
#define STDLIB_H
#include <types.h>
#include <mm/mm.h>
#include <stdio.h>
#include <string.h>
#include <types.h>
void sleep(uint64_t millis);
#endif