Add option to generate integer constants in hex notation
Open
package:ffigen
type-enhancement
- Dominant language
- Dart
- Stars
- 275
- Forks
- 144
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 47
Description
Hi,
thanks for this awesome tool first! Without it my plan for an WebGL plugin would be impossible.
It seems that ffigen converts all integer defines to `const int` constants but writes the values as decimals.
this makes it more difficult to find the corresponding value in the C header file.
so an option to set the number format might be handy.
thanks
Contributor guide
Assessment
This issue has not been assessed yet.