hsmet  1.0.0
he-strch.h
gehe zur Dokumentation dieser Datei
1 
4 /* Copyright (C) 2014 - HS Schmalkalden. All rights reserved. */
5 
6 #ifndef HE_STRCH_H_INCLUDED
7 #define HE_STRCH_H_INCLUDED 1
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
17 char *
18 hsm_et_str_chomp(char *src);
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif
25 /* ifndef HE_STRCH_H_INCLUDED */
26 
27 /* vim: set ai sw=4 ts=4 expandtab : */
28 
char * hsm_et_str_chomp(char *src)
Leerzeichen an Beginn und Ende wegschneiden.