diff options
Diffstat (limited to 'src/s_lpipes_split.h')
-rw-r--r-- | src/s_lpipes_split.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/s_lpipes_split.h b/src/s_lpipes_split.h new file mode 100644 index 0000000..3a79dba --- /dev/null +++ b/src/s_lpipes_split.h @@ -0,0 +1,20 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* s_lpipes_split.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef S_LPIPES_SPLIT_H +# define S_LPIPES_SPLIT_H + +# include <stddef.h> + +void s_get_split_pos(size_t pos[], const char word[]); + +#endif |