diff options
| author | Tyge Løvset <[email protected]> | 2022-04-20 11:51:00 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-04-20 11:51:00 +0200 |
| commit | b06500c3920ae7ec56489d4dfe05f6a33af85a31 (patch) | |
| tree | a725f67d20de40e73fb1dcb9165835579a42c739 /docs/cbox_api.md | |
| parent | 7c88fc11ef62d5be83fe34fe72da6eadfd64ba6b (diff) | |
| download | STC-modified-b06500c3920ae7ec56489d4dfe05f6a33af85a31.tar.gz STC-modified-b06500c3920ae7ec56489d4dfe05f6a33af85a31.zip | |
Final carc / cbox cleanup.
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 556c56df..a4e88801 100644 --- a/docs/cbox_api.md +++ b/docs/cbox_api.md @@ -31,7 +31,7 @@ compare the pointer addresses when used. Additionally, `c_no_clone` or `i_is_fwd ## Methods ```c cbox_X cbox_X_init(); // return an empty cbox -cbox_X cbox_X_make(i_valraw raw); // create owned value from raw type. +cbox_X cbox_X_make(i_valraw raw); // create owned value from raw type, if defined. cbox_X cbox_X_from(i_val val); // allocate new heap object with val. Take ownership of val. cbox_X cbox_X_from_ptr(i_val* p); // create a cbox from a pointer. Takes ownership of p. |
