diff options
Diffstat (limited to '')
-rw-r--r-- | src/s_lpipes_split.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/s_lpipes_split.h b/src/s_lpipes_split.h index aa978f4..385759b 100644 --- a/src/s_lpipes_split.h +++ b/src/s_lpipes_split.h @@ -14,9 +14,8 @@ # define S_LPIPES_SPLIT_H # include <stddef.h> -# include <stdint.h> -void s_set_tmp(char tmp[], size_t pos[], int16_t i, const char word[]); +void s_set_tmp(char tmp[], size_t pos[], short i, const char word[]); void s_get_split_pos(size_t pos[], const char word[]); #endif |