From 7488ccb927563cb51b9280d3c95b94b7f97e0742 Mon Sep 17 00:00:00 2001 From: Gerben Aaltink Date: Sat, 28 Sep 2024 04:24:06 +0200 Subject: [PATCH] Updated README --- rmatch.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/rmatch.h b/rmatch.h index 160fb76..37af6d1 100644 --- a/rmatch.h +++ b/rmatch.h @@ -146,7 +146,6 @@ void rmatch_test(char *expr, char *text, char **expected) assert(!expected[expected_index]); } -#example_one void example_one() { char *str = "testtest"; @@ -158,7 +157,6 @@ void example_one() assert(!rmatch_extract(expr, &str)); } -#example_two void example_two() { printf("Testing example two.\n"); @@ -174,7 +172,6 @@ void example_two() assert(!result); } -#tests void rmatch_tests() { // Examples