From 0514937918b6b0b6bc1cc3111310e389d795e4a4 Mon Sep 17 00:00:00 2001 From: hexplor Date: Mon, 30 Mar 2026 22:20:43 +0200 Subject: [PATCH] changement sur replica mais pas finis --- REPLICA/replica.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/REPLICA/replica.c b/REPLICA/replica.c index f6ae744..a281f30 100644 --- a/REPLICA/replica.c +++ b/REPLICA/replica.c @@ -53,7 +53,9 @@ static char *escape_double_quote(const char *str) return out; } -static into_insert_section(void) +static int insert_into_section(FILE* file, const char* toInsert, int nbLine){ + +} int main(int argc, char **argv) {