1 2 3 4 5 6 7
#include "netcosm.h" void remove_cruft(char *str) { char *junk; strtok_r(str, "\r\n", &junk); }