Subversion Repositories SvarDOS

Rev

Rev 269 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
219 mateuszvis 1
/*
256 mateuszvis 2
 * trims any space, tab, cr or lf
3
 * Copyright (C) 2012-2021 Mateusz Viste
219 mateuszvis 4
 */
5
 
6
#ifndef trim_sentinel
7
#define trim_sentinel
8
 
9
void trim(char *str);
10
 
11
#endif