diff options
| author | Tyge Løvset <[email protected]> | 2021-03-24 14:29:44 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-03-24 14:29:44 +0100 |
| commit | b1b19bc2e5a2732e59583184bfa18a34052d5ae1 (patch) | |
| tree | e800bc0645b4de5b2116c223e99aa23fd79e66ce /docs/cdeq_api.md | |
| parent | c96dc0a43037dd14cd0e2539c988a343d99cc728 (diff) | |
| download | STC-modified-b1b19bc2e5a2732e59583184bfa18a34052d5ae1.tar.gz STC-modified-b1b19bc2e5a2732e59583184bfa18a34052d5ae1.zip | |
Cleanup in documentation.
Diffstat (limited to 'docs/cdeq_api.md')
| -rw-r--r-- | docs/cdeq_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cdeq_api.md b/docs/cdeq_api.md index 1783b948..4422655c 100644 --- a/docs/cdeq_api.md +++ b/docs/cdeq_api.md @@ -29,7 +29,7 @@ using_cdeq(str, cstr, cstr_compare_raw, cstr_del, cstr_from, cstr_c_str, const c All cdeq definitions and prototypes are available by including a single header file. ```c -#include "stc/cdeq.h" +#include <stc/cdeq.h> ``` ## Methods @@ -104,8 +104,8 @@ cdeq_X_value_t cdeq_X_value_clone(cdeq_X_value_t val); ## Examples ```c -#include <stdio.h> #include <stc/cdeq.h> +#include <stdio.h> using_cdeq(i, int); |
