blob: 4eff583768afb1730fc46585d11bf37813d94ecc [file] [log] [blame]
//===-- Definition of type __exec_argv_t ----------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIBC_TYPES___EXEC_ARGV_T_H
#define LLVM_LIBC_TYPES___EXEC_ARGV_T_H
typedef char *const __exec_argv_t[];
#endif // LLVM_LIBC_TYPES___EXEC_ARGV_T_H