ajout du td

This commit is contained in:
2024-09-17 12:30:07 +02:00
parent 637ae9d44d
commit e49a1be946
3 changed files with 5038 additions and 1 deletions

View File

@@ -68,11 +68,13 @@
}
/* Read file */
while(getline(&read_line,&n,fd) != -1){
while(getline(&read_line,&n,fd) != -1 || read_line == NULL){
/*
if(read_line == NULL){
break;
}
*/
/* Exec regex to find ping */
@@ -123,6 +125,7 @@
return ping;
}
/*
-- write_ping_log --
Desc :