c2rust-ast-exporter 0.22.0

Clang AST extraction API for use in the C2Rust project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  FloatingLexer.hpp
//  LLVMDemangle
//
//  Created by Eric Mertens on 11/5/18.
//

#ifndef FloatingLexer_hpp
#define FloatingLexer_hpp

#include <cstring>
#include <string>

std::string matchFloatingLiteral(const char * prefix);

#endif /* FloatingLexer_hpp */