clang-sys 1.8.1

Rust bindings for libclang.
Documentation
1
2
3
4
5
6
#ifndef HEADER_H_
#define HEADER_H_


int add(int a, int b);

#endif