libaard_strip.h
Functions
stripn()
char *stripn(char *buf);
Removes \n from the end of buf and returns a pointer to buf
striprn()
char *striprn(char *buf);
Removes \r\n from the end of buf and returns a pointer to buf
stripa()
char *stripa(char *buf);
Removes \x01 from the end of buf and returns a pointer to buf