Bonjour , j'ai un petit probleme , quel que soit la maniere dont je fait mon gnl aucun des tests du moulitest ne passent, quand je les fait moi meme , il n'y a aucun probleme mais quand je passe par moulitest rien ne marche. je vous joint mon gnl et son header si certains veulent bien tester et me dire si mon gnl ne marche juste pas ou si c'est la maniere dont je m'y prend qui n'est pas compatible avec les tests du moulitest? je l'ai refait entierement plusieurs fois mais les test ne passent jamais.
Les basic tests du 42fc fonctionnent.
Merci d'avance!
Bonjour , j'ai un petit probleme , quel que soit la maniere dont je fait mon gnl aucun des tests du moulitest ne passent, quand je les fait moi meme , il n'y a aucun probleme mais quand je passe par moulitest rien ne marche. je vous joint mon gnl et son header si certains veulent bien tester et me dire si mon gnl ne marche juste pas ou si c'est la maniere dont je m'y prend qui n'est pas compatible avec les tests du moulitest? je l'ai refait entierement plusieurs fois mais les test ne passent jamais. Les basic tests du 42fc fonctionnent. Merci d'avance!
GNL:
include "get_next_line.h"
char *ft_rea(char *str,char strtoadd) { char nstr; char tmp;
} int inwait(char *line,t_inwait cur) { char *n;
}
int line_add(char *buff, char *line, t_inwait cur) { char *n;
} int get_next_line(const int fd, char *line) { char buff; static t_inwait cur;
}
header:
define BUFF_SIZE 1
include <sys/types.h>
include <sys/uio.h>
include
include
include
include
include "./libft/libft.h"
typedef struct s_inwait { char *inwait; int rc; int wr; } t_inwait; int get_next_line(const int fd,char line); char *ft_rea(char *str,char strtoadd); int inwait(char line,t_inwait cur); int line_add(char buff, char *line, t_inwait cur);