Skip to content

nodef/uuid_h.c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build status

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.c

And 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!



ORG

About

Single file, STB-style, "lib" to generate uuid:s; Fredrik Kihlander (2016).

Resources

License

Stars

Watchers

Forks

Languages

  • C 83.2%
  • Lua 9.4%
  • C++ 7.4%