Rev 219 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
/*
* trims any space, tab, cr or lf
* Copyright (C) 2012-2021 Mateusz Viste
*/
#ifndef trim_sentinel
#define trim_sentinel
void trim(char *str);
#endif