FossilOrigin-Name: ec1eff2c4a1e9cc66a73db50bc246be19e7813a424e987d3cc481c1fb3c075bc
This commit is contained in:
7u83@mail.ru 2016-03-27 23:58:47 +00:00
parent d28adc34f2
commit 4caeed7fa8
1 changed files with 7 additions and 0 deletions

7
src/cw/mbag_type_ptr.c Normal file
View File

@ -0,0 +1,7 @@
#include "mbag.h"
const struct mbag_typedef mbag_type_ptr = {
"Ptr",free
};