actube/src/cw/mbag_type_ptr.c
7u83@mail.ru 4caeed7fa8 Ptr type
FossilOrigin-Name: ec1eff2c4a1e9cc66a73db50bc246be19e7813a424e987d3cc481c1fb3c075bc
2016-03-27 23:58:47 +00:00

8 lines
80 B
C

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