mini-llvm 0.1.0
Loading...
Searching...
No Matches
Unicode.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2
3#pragma once
4
6
7namespace mini_llvm {
8
9MINI_LLVM_EXPORT char32_t decodeUtf8(const char *&ptr) noexcept;
10
11} // namespace mini_llvm
#define MINI_LLVM_EXPORT
Definition Compiler.h:17
Definition GraphColoringAllocator.h:13
MINI_LLVM_EXPORT char32_t decodeUtf8(const char *&ptr) noexcept