f0x.at1/Core/Inc/helper.h

16 lines
210 B
C
Raw Normal View History

2022-07-15 12:44:08 +02:00
/*
* helper.h
*
* Created on: Jul 14, 2022
* Author: tom
*/
#ifndef INC_HELPER_H_
#define INC_HELPER_H_
char *ltrim(char *s);
char *rtrim(char *s);
char *trim(char *s);
#endif /* INC_HELPER_H_ */