summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/alloca.h
blob: e8b150c6e215a91ac827c83d8e30379efe758160 (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

#define alloca __builtin_alloca