summaryrefslogtreecommitdiff
path: root/include/Core/Core.h
blob: 2693e4157c0ddcd6d7990304bf2c891b3c59cb2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//===--- Core.h - Core library  --------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIBFLANG_CORE_H
#define LLVM_LIBFLANG_CORE_H

#include "Libflang.h"
#include <stdint.h>

LIBFLANG_ABI void libflang_stop();

LIBFLANG_ABI int32_t libflang_selected_int_kind(int32_t Range);

#endif