meta: rename

This commit is contained in:
2024-11-02 11:31:51 +00:00
parent 065fdeec65
commit 62ec4c93ab
140 changed files with 422 additions and 857 deletions

View File

@@ -1,5 +1,5 @@
#include <stddef.h>
#include <socks/libc/stdio.h>
#include <mango/libc/stdio.h>
struct magnitude {
size_t threshold;

View File

@@ -1,4 +1,4 @@
#include <socks/machine/cpu.h>
#include <mango/machine/cpu.h>
#include <stdint.h>
static uint16_t swap_uint16( uint16_t val )