summaryrefslogtreecommitdiffhomepage
path: root/docs/cstr_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-04-08 14:44:43 +0200
committerTyge Løvset <[email protected]>2021-04-08 14:44:43 +0200
commitbb998d5bf71cd0e23b941150dc78a1504aacff80 (patch)
tree636bade767e2af71051b53cafb8dd73b3db2d9b3 /docs/cstr_api.md
parentad5474599828ec816274ef923f52397b7e18edfb (diff)
downloadSTC-modified-bb998d5bf71cd0e23b941150dc78a1504aacff80.tar.gz
STC-modified-bb998d5bf71cd0e23b941150dc78a1504aacff80.zip
Big change set to simplify the internal templating implementations. Shorter and more readable code.
Removed C_X_itval() as they are no longer needed. API is to use *it.ref
Diffstat (limited to 'docs/cstr_api.md')
-rw-r--r--docs/cstr_api.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md
index 5bc07b7d..58f4a1bf 100644
--- a/docs/cstr_api.md
+++ b/docs/cstr_api.md
@@ -77,7 +77,6 @@ char* cstr_back(cstr* self);
cstr_iter_t cstr_begin(cstr* self);
cstr_iter_t cstr_end(cstr* self);
void cstr_next(cstr_iter_t* it);
-char* cstr_itval(cstr_iter_t it);
bool cstr_getline(cstr *self, FILE *stream); // cstr_getdelim(self, '\n', stream)
bool cstr_getdelim(cstr *self, int delim, FILE *stream);