This commit is contained in:
Dan Cristoloveanu 2020-08-14 23:45:17 -07:00
Родитель 87f82d3811
Коммит fa2a24abb2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ It wraps the structure that needs to be ref counted into another structure that
### DEFINE_REFCOUNT_TYPE
```c
#define DEFINE_REFCOUNT_TYPE(type, malloc_func, free_func) \
#define DEFINE_REFCOUNT_TYPE(type) \
```
**SRS_REFCOUNT_01_001: [** `DEFINE_REFCOUNT_TYPE` shall define the create/create_with_Extra_size/destroy functions for the type `type`. **]**