actube/src/cw/mbag_type_ptr.c

8 lines
80 B
C

#include "mbag.h"
const struct mbag_typedef mbag_type_ptr = {
"Ptr",free
};