Warning: This file is not a C or C++ file. It does not have highlighting.

1//===-- include/flang/Runtime/main.h ----------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef FORTRAN_RUNTIME_MAIN_H_
10#define FORTRAN_RUNTIME_MAIN_H_
11
12#include "flang/Runtime/c-or-cpp.h"
13#include "flang/Runtime/entry-names.h"
14
15struct EnvironmentDefaultList;
16
17FORTRAN_EXTERN_C_BEGIN
18void RTNAME(ProgramStart)(
19 int, const char *[], const char *[], const struct EnvironmentDefaultList *);
20void RTNAME(ByteswapOption)(void); // -byteswapio
21FORTRAN_EXTERN_C_END
22
23#endif // FORTRAN_RUNTIME_MAIN_H_
24

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of flang/include/flang/Runtime/main.h