mirror of https://github.com/F-Stack/f-stack.git
8 lines
138 B
C
8 lines
138 B
C
|
/* This file is in the public domain */
|
||
|
/* $FreeBSD$ */
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <sys/param.h>
|
||
|
#include <sys/systm.h> /* memcpy, memset */
|