v1.0 - normed texture system, multiple keypress, fixes on parsing, removed trailing maps
This commit is contained in:
parent
e581c72b02
commit
3f43074d05
35 changed files with 474 additions and 438 deletions
|
|
@ -6,13 +6,13 @@
|
|||
/* By: bgoulard <bgoulard@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/12/28 10:58:46 by bgoulard #+# #+# */
|
||||
/* Updated: 2024/05/18 20:04:31 by bgoulard ### ########.fr */
|
||||
/* Updated: 2024/12/16 06:02:31 by bgoulard ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
size_t ft_strcnb(char *str, char c)
|
||||
size_t ft_strcnb(const char *str, char c)
|
||||
{
|
||||
size_t i;
|
||||
size_t nb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue