tout foncioooooone

This commit is contained in:
Hugo LAMY
2019-06-01 16:23:27 +02:00
parent 26a9c9cbac
commit ee2620e540
5 changed files with 33 additions and 10 deletions

4
main.c
View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/02/12 13:20:48 by vmanzoni #+# #+# */
/* Updated: 2019/06/01 14:40:58 by hulamy ### ########.fr */
/* Updated: 2019/06/01 15:27:22 by vmanzoni ### ########.fr */
/* */
/* ************************************************************************** */
@@ -30,7 +30,7 @@ int *create_dope(char *av, int mdp)
comp = "dope";
if (!(dope = (int*)malloc(sizeof(*dope) * 4)))
return (NULL);
return (0);
i = 0;
while (i < 4)
dope[i++] = 0;