diff options
| author | Tyge Løvset <[email protected]> | 2021-12-30 16:14:57 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-12-30 16:14:57 +0100 |
| commit | a2ba1b88606659704625aa73397f80df2a0a038b (patch) | |
| tree | 3c11591dabc6b3ff34f3a06176da38e067ce5562 /docs/cbox_api.md | |
| parent | eb0d095d7cdf5c5018d37be4319c99e2fdbfa9c5 (diff) | |
| download | STC-modified-a2ba1b88606659704625aa73397f80df2a0a038b.tar.gz STC-modified-a2ba1b88606659704625aa73397f80df2a0a038b.zip | |
Renamed c_default_clone to c_default_from (mostly used internally).
Diffstat (limited to 'docs/cbox_api.md')
| -rw-r--r-- | docs/cbox_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cbox_api.md b/docs/cbox_api.md index e05e69f0..3cc40aa0 100644 --- a/docs/cbox_api.md +++ b/docs/cbox_api.md @@ -81,7 +81,7 @@ void int_drop(int* x) { #define i_val int #define i_drop int_drop // optional func, just to display elements destroyed -#define i_from c_default_clone +#define i_from c_default_from #include <stc/cbox.h> // cbox_int #define i_key_sptr cbox_int // note: use i_key_sptr instead of i_key |
