Skip to content

Instantly share code, notes, and snippets.

@jgajek
Created March 28, 2016 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgajek/b9a5b13eaa61c2eaa41d to your computer and use it in GitHub Desktop.
Save jgajek/b9a5b13eaa61c2eaa41d to your computer and use it in GitHub Desktop.
/* The first reply did not fit into the
user-provided buffer. Maybe the second
answer will. */
*anssizp2 = orig_anssizp;
*ansp2 = *ansp;
}
thisanssizp = anssizp2;
thisansp = ansp2;
thisresplenp = resplen2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment