From 48c07269e10c33738175b67beb05885fac7d49a0 Mon Sep 17 00:00:00 2001 From: HyukSang Kwon <ckai22@ajou.ac.kr> Date: Wed, 30 May 2018 10:22:30 +0900 Subject: [PATCH] add struct format --- alloc.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/alloc.h b/alloc.h index e69de29..24486ad 100644 --- a/alloc.h +++ b/alloc.h @@ -0,0 +1,8 @@ +#ifndef _ALLOC_H_ +#define _ALLOC_H_ + +typedef struct meta_struct { + +} meta; + +#endif \ No newline at end of file -- GitLab