diff options
| author | Tyge Løvset <[email protected]> | 2021-01-17 12:52:19 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-17 12:52:19 +0100 |
| commit | 6c85448dcc380c39f92e6271989eb150c4d21b37 (patch) | |
| tree | 6b2f3b384f1cf0db50514963ab7516021c95008c | |
| parent | 99dedc1770c0a7c7e87b51eb3cf786640b50e1fa (diff) | |
| download | STC-modified-6c85448dcc380c39f92e6271989eb150c4d21b37.tar.gz STC-modified-6c85448dcc380c39f92e6271989eb150c4d21b37.zip | |
Formatting.
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ 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:
+
+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)
|
