Searched refs:ft_scalloc (Results 1 – 3 of 3) sorted by relevance
160 extern voidp ft_scalloc OF((uInt items, uInt size));170 return (voidpf)ft_scalloc(items, size);
132 #define ft_scalloc calloc macro