uuid_h.c
v0.1.0
Published
Single file, STB-style, lib to generate uuid:s; Fredrik Kihlander (2016).
Downloads
4
Readme
uuid.h
Single-file, STB-style, library to generate UUID:s, by Fredrik Kihlander. No dependencies except for OS-provided functionality.
Compile with UUID_IMPLEMENTATION defined in one source-file in your code-base.
Installation
Run:
$ npm i uuid_h.cAnd then include uuid.h as follows:
#include "node_modules/uuid_h.c/uuid.h"Supported platforms
- Windows
- Linux
- OSX
Contributions for other platforms are happily accepted!
