Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/tests/include/sys_endian_endian_test.c
39475 views
1
/*-
2
* Copyright (c) 2021 M. Warner Losh <[email protected]>
3
*
4
* SPDX-License-Identifier: BSD-2-Clause
5
*/
6
7
/*
8
* Make sure this still passes if both endian.h and sys/endian.h are included
9
* with endian.h first.
10
*/
11
#include <endian.h>
12
#include "sys_endian_test.c"
13
14