diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-11-03 00:03:48 +0100 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-11-03 00:03:48 +0100 |
commit | b18fbce9a7e33f7e54949ae8de32fd7fc42e6ad1 (patch) | |
tree | 859e4d58e05622ef7a402e50ddd2ec913a51ef5d /src/c_init.h | |
parent | strplen (diff) | |
download | 42-minishell-b18fbce9a7e33f7e54949ae8de32fd7fc42e6ad1.tar.gz 42-minishell-b18fbce9a7e33f7e54949ae8de32fd7fc42e6ad1.tar.bz2 42-minishell-b18fbce9a7e33f7e54949ae8de32fd7fc42e6ad1.tar.xz 42-minishell-b18fbce9a7e33f7e54949ae8de32fd7fc42e6ad1.tar.zst 42-minishell-b18fbce9a7e33f7e54949ae8de32fd7fc42e6ad1.zip |
this is it \(2009\) \: a Micheal Jackson Biopic
Diffstat (limited to 'src/c_init.h')
-rw-r--r-- | src/c_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_init.h b/src/c_init.h index db7d777..ac380dd 100644 --- a/src/c_init.h +++ b/src/c_init.h @@ -41,6 +41,7 @@ typedef struct s_caps unsigned int lpos; unsigned int nlines; unsigned short psx; + unsigned short plen; } t_caps; short c_gnl(int fd, char **line, char psx, t_msh *msh); |