Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 758 → Rev 759

/pkg/tags/20220216/trim.h
0,0 → 1,11
/*
* trims any space, tab, cr or lf
* Copyright (C) 2012-2021 Mateusz Viste
*/
 
#ifndef trim_sentinel
#define trim_sentinel
 
void trim(char *str);
 
#endif