summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/memory.h
blob: ae248d22884ec53f76741c07bf32e2bb6a334c3b (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

#include <string.h>