Home | Info | Community | Development | myReactOS | Contact Us
[read]
Definition at line 1615 of file ns.c.
Referenced by getaddrinfo().
{ struct addrinfo *ret = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(struct addrinfo)); if (prev) prev->ai_next = ret; return ret; }