The code for this library has been moved into Dealer's Choice, and this project will be archived.
Library that will create a deck of cards and shuffle it.
Detailed example usage can be seen in test/test_01.c.
Commented types and functions in deckhandler.h
- meson (for the build system)
meson setup builddir
cd builddir
ninja
ninja test
To specify the installation directory (defaults to /usr/local) and install the program:
From *builddir*: `meson configure --prefix=
ninja install
To uninstall:
ninja uninstall