cdefine

0.0.2 • Public • Published

cdefine

cdefine([
    { FOO: 0xFF, BAR: 0xF0 },
    { TRUE: 'FALSE' }
], {hex: true});

Yields

#define FOO 0xFF
#define BAR 0xF0

#define TRUE FALSE

Have fun! <3

Readme

Keywords

none

Package Sidebar

Install

npm i cdefine

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jaz303