QuentinPerez / 42-toolkit

:seedling: Useful structs written in C
GNU General Public License v3.0
108 stars 26 forks source link

[ISSUE #46] #47

Closed sfroment closed 8 years ago

sfroment commented 8 years ago

Remove useless memset remaining uf_memset that I think we should keep: https://github.com/QuentinPerez/42-toolkit/blob/master/srcs/libc/array/src/s_array.c#L59 https://github.com/QuentinPerez/42-toolkit/blob/master/srcs/libc/ldata/src/s_ldata.c#L52 https://github.com/QuentinPerez/42-toolkit/blob/master/srcs/libc/matrix/src/s_imatrix.c#L48 https://github.com/QuentinPerez/42-toolkit/blob/master/srcs/libc/matrix/src/s_imatrix.c#L62 https://github.com/QuentinPerez/42-toolkit/blob/master/srcs/libc/string/src/s_string_operator.c#L42 https://github.com/QuentinPerez/42-toolkit/blob/master/srcs/libc/string/src/s_string_resize.c#L46 https://github.com/QuentinPerez/42-toolkit/blob/master/srcs/libc/string/src/s_string_resize.c#L50 https://github.com/QuentinPerez/42-toolkit/blob/master/srcs/libc/string/src/s_string.c#L50

QuentinPerez commented 8 years ago

Thank you 😃