]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Lua/src/lauxlib.h
AppPkg: Add the Lua interpreter and library.
[mirror_edk2.git] / AppPkg / Applications / Lua / src / lauxlib.h
CommitLineData
16a5fed6 1/** @file\r
2 Stub header to allow the "real" headers to reside in StdLib/Include/Lua\r
3 yet have the Lua sources build without having to change the include\r
4 directives in each file.\r
5\r
6 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
7 This program and the accompanying materials are licensed and made available under\r
8 the terms and conditions of the BSD License that accompanies this distribution.\r
9 The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.\r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14**/\r
15#include <Lua/lauxlib.h>\r