Update page '1.2. Работа с памятью'
parent
4a8d7b6227
commit
8fb46f94cf
@ -22,11 +22,11 @@
|
||||
|
||||
Вот их полный список:
|
||||
|
||||
- `void* libcdsb_aalloc (size_t a, size_t n)`
|
||||
- `void* libcdsb_malloc (size_t n)`
|
||||
- `void* libcdsb_calloc (size_t n, size_t c)`
|
||||
- `void* libcdsb_aalloc(size_t a, size_t n)`
|
||||
- `void* libcdsb_malloc(size_t n)`
|
||||
- `void* libcdsb_calloc(size_t n, size_t c)`
|
||||
- `void* libcdsb_realloc(void *p, size_t n)`
|
||||
- `char* libcdsb_strdup (const char* s)`
|
||||
- `char* libcdsb_strdup(const char* s)`
|
||||
- `char* libcdsb_strndup(const char* s, size_t n)`
|
||||
- `void* libcdsb_memndup(const void* m, size_t n)`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user