An open API service indexing awesome lists of open source software.

https://github.com/xlab/nl80211

Generating Go constants from a C header example project.
https://github.com/xlab/nl80211

Last synced: 2 months ago
JSON representation

Generating Go constants from a C header example project.

Awesome Lists containing this project

README

          

## nl80211 const example

### Discussion

[Reddit: Generating Go constants from a C header](https://www.reddit.com/r/golang/comments/5kh105/generating_go_constants_from_a_c_header/?)

### How to

Warning: this header can be parsed on Linux machines or within a cross-compiling environment. Re-gen:

```
make
```

To test:

```
make test
```

Automated by [cgogen](https://github.com/xlab/cgogen)