diff options
| author | Tyge Løvset <[email protected]> | 2021-01-02 23:04:57 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-02 23:04:57 +0100 |
| commit | 3a384a338654672a0ccdfa6cba101e3872775af2 (patch) | |
| tree | 7cffd528d26a0ddbad5ccf381d4822d0229c71c9 /docs/ccommon_api.md | |
| parent | 27b56098aa82be2a7d95531de3f8340f479957d5 (diff) | |
| download | STC-modified-3a384a338654672a0ccdfa6cba101e3872775af2.tar.gz STC-modified-3a384a338654672a0ccdfa6cba101e3872775af2.zip | |
Some docs updates.
Diffstat (limited to 'docs/ccommon_api.md')
| -rw-r--r-- | docs/ccommon_api.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/ccommon_api.md b/docs/ccommon_api.md new file mode 100644 index 00000000..9c301e93 --- /dev/null +++ b/docs/ccommon_api.md @@ -0,0 +1,26 @@ +# Module [ccommon](../stc/ccommon.h): Common methods and definitions + +This describes the features the ccommon.h header file. + +## Macros + +#### c_new, c_del + +#### c_malloc, c_calloc, c_realloc, c_free + +#### c_foreach + +#### c_forrange + +#### c_withbuffer + +#### c_withfile + +#### c_push_items + +#### c_swap + +## Example + +```c +``` |
