[SOLVED] CS代考计算机代写 #ifndef THREADS_MALLOC_H

30 $

File Name: CS代考计算机代写_#ifndef_THREADS_MALLOC_H.zip
File Size: 452.16 KB

SKU: 3431277947 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


#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
30 $