Select Git revision
Forked from
HyukSang Kwon / 1801_OS_assignment4
Source project has a limited visibility.
-
HyukSang Kwon authoredHyukSang Kwon authored
alloc.h 82 B
#ifndef _ALLOC_H_
#define _ALLOC_H_
typedef struct meta_struct {
} meta;
#endif