kern/lib/c/include/unistd.h
fef f8a85a1541
happy new year 2022 uwu
May it be slightly less exhausting than 2021.
2022-01-01 03:49:33 +01:00

7 lines
182 B
C

/* Copyright (C) 2021,2022 fef <owo@fef.moe>. All rights reserved. */
#pragma once
#include <gay/types.h>
void swab(const void *__restrict from, void *__restrict to, isize len);