зеркало из https://github.com/Azure/c-pal.git
Minor spec fix
This commit is contained in:
Родитель
87f82d3811
Коммит
fa2a24abb2
|
@ -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`. **]**
|
||||
|
|
Загрузка…
Ссылка в новой задаче