--- mr_willem <wil...@...> wrote: > #include "get_address.h"
Post it. > char * myip = malloc(16 * sizeof(char)); > char * ip_buffer = malloc(16 * sizeof(char)); Place the buffers in the stack.
--- mr_willem <wil...@...> wrote: > #include "get_address.h"
Post it. > char * myip = malloc(16 * sizeof(char)); > char * ip_buffer = malloc(16 * sizeof(char)); Place the buffers in the stack.