summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-09-30 23:51:36 +0200
committerGitHub <[email protected]>2020-09-30 23:51:36 +0200
commitecae7f896e023861bde77b1c30b0c12f28ee7f77 (patch)
treebab9a04baf80a77acf3b64889cc631e5f8119fae
parent67754e11a522929612be8e98277b38fc176315a8 (diff)
downloadSTC-modified-ecae7f896e023861bde77b1c30b0c12f28ee7f77.tar.gz
STC-modified-ecae7f896e023861bde77b1c30b0c12f28ee7f77.zip
Update README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bcfc3f99..03e025a3 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ An elegant, fully typesafe, generic, customizable, user-friendly, consistent, an
- **stc/cstack.h** - **stack** adapter, currently works with *cvec*.
- **stc/cqueue.h** - **queue** adapter, currently works with *clist*.
- **stc/cpqueue.h** - **priority queue** adapter. Works with *cvec*.
+- **stc/cptr.h** - Support for pointers in containers, and a reference counted shared pointer **csptr**.
- **stc/coption.h** - Implementation of a **getopt_long()**-like function, *coption_get()*, to parse command line arguments.
- **stc/crandom.h** - A few very efficent modern random number generators *pcg32* and my own *64-bit PRNG* inspired by *sfc64*. Both uniform and normal distributions.
- **stc/cdefs.h** - A common include file with a few general definitions.