stclib / STC

A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cstr type definition in the documentation

polijan opened this issue · comments

STC seems excellent 👍

Documentation (docs/cstr_api.md) says that the type definition for the cstr string is: struct { const char *str; }, but I don't think it's actually const.

Thanks, fixed.