7 lines
182 B
C
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);
|