summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-17 12:50:58 +0100
committerTyge Løvset <[email protected]>2021-01-17 12:50:58 +0100
commit99dedc1770c0a7c7e87b51eb3cf786640b50e1fa (patch)
treef409f09c930b45c3bf175dec0387ba7864f923f5
parent7e05453608937b800dec1c9f8c9698dca7071e39 (diff)
downloadSTC-modified-99dedc1770c0a7c7e87b51eb3cf786640b50e1fa.tar.gz
STC-modified-99dedc1770c0a7c7e87b51eb3cf786640b50e1fa.zip
Formatting
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e957e04b..1950131a 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ This is a small headers only library with the most used container components, an
- [***cstack*** - Templated **std::stack** alike adapter type](docs/cstack_api.md)
- [***cstr*** - A **std::string** alike type](docs/cstr_api.md)
- [***cvec*** - Templated **std::vector** alike type](docs/cvec_api.md)
-
+- Other files:
- [***ccommon*** - General definitions](docs/ccommon_api.md)
- [***copt*** - Implements ***copt_get()***, similar to posix **getopt_long()**](docs/copt_api.md)
- [***crand*** - A very efficent modern **pseudo-random number generator**](docs/crand_api.md)