Reorganize libmsl

This commit is contained in:
2026-02-21 11:52:33 +01:00
parent 23d6d443df
commit b43127e023
13 changed files with 13 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
#include <liballoc.h>
#include <m/status.h>
#include <m/system.h>
#include <process.h>
#include <stddef.h>
#include <stdint.h>
#include <system.h>
int process_spawn (process_func_t func, void* argument_ptr) {
void* stack = malloc (STACK_SIZE);