rustkit-clang-sys 0.24.0

A temporary fork of clang-sys for RustKit.
Documentation
1
2
3
4
5
6
#ifndef HEADER_H_
#define HEADER_H_

int add(int a, int b);

#endif