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.
- Host: GitHub
- URL: https://github.com/xlab/nl80211
- Owner: xlab
- Created: 2016-12-28T02:36:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T03:24:00.000Z (over 9 years ago)
- Last Synced: 2025-03-23T01:24:42.640Z (over 1 year ago)
- Language: C
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)