[SOLVED] CS #ifndef THREADS_MALLOC_H

$25

File Name: CS_#ifndef_THREADS_MALLOC_H.zip
File Size: 254.34 KB

5/5 - (1 vote)

#ifndef THREADS_MALLOC_H
#define THREADS_MALLOC_H

#include
#include

void malloc_init(void);
void *malloc(size_t) __attribute__((malloc));
void *calloc(size_t, size_t) __attribute__((malloc));
void *realloc(void *, size_t);
void free(void *);

#endif /* threads/malloc.h */

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS #ifndef THREADS_MALLOC_H
$25