Skip to content
Snippets Groups Projects
Commit c5dd5bee authored by Kimyoungho's avatar Kimyoungho
Browse files

iiii

parent 81530590
No related branches found
No related tags found
No related merge requests found
#ifndef _ALLOC_H_
#define _ALLOC_H_
#define false 0
#define true 1
#include <stdint.h>
typedef struct meta_struct {
uint32_t size;
uint32_t free;
meta_struct* next;
meta_struct* prev;
} meta;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment