Donate

You can make a donation if you'd like to support my work:


Contact

I deactivated the rating mechanism for now due to excessive spamming; while I got some interesting comments when I started it the current ratio is several hundred spam comments for one useful comment. If you have anything to say, please write an email to bwachter-hp@lart.info

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