1
2
3
4
5
6
7
8
|
#include "ipalloc.h"
#include "alloc.h"
#include "genalloc.h"
#include "ip.h"
GEN_ALLOC_readyplus(ipalloc, struct ip_mx, ix, len, a, i, n, x, 22, ipalloc_readyplus)
GEN_ALLOC_append(ipalloc, struct ip_mx, ix, len, a, i, n, x, 22, ipalloc_readyplus, ipalloc_append)
|