summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/c/09621-pp-before-func-def.c
blob: 948ce1351711f7311c04c5c606175611ec9582b1 (plain)
1
2
3

#define m_new(type, num) ((type *)(m_malloc(sizeof(type) * (num))))
void *m_malloc(size_t num_bytes);