9 lines
165 B
C
9 lines
165 B
C
|
#ifndef __pbd_whitespace_h__
|
||
|
#define __pbd_whitespace_h__
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
extern void strip_whitespace_edges (std::string& str);
|
||
|
|
||
|
#endif // __pbd_whitespace_h__
|