Etiket arşivi: calloc

calloc

2.13.3.1 calloc Declaration: void *calloc(size_t nitems, size_t size); Allocates the requested memory and returns a pointer to it. The requested size is nitems each size bytes long (total memory requested is nitems*size). The space is initialized to all zero bits. On success a pointer to the … Okumaya devam et

Bellek Fonksiyonları, Kütüphane, stdlib.h kategorisine gönderildi | , , , , , , , , , , , , , , , , , , ile etiketlendi | Yorum bırakın