diff options
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 +``` |
