From ba0333fb910bce10841d4c67d6cf3ce028558df8 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 14 Aug 2017 00:15:02 +0200 Subject: Usefull comments --- regex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'regex.c') diff --git a/regex.c b/regex.c index a96fe5e..726b3a1 100644 --- a/regex.c +++ b/regex.c @@ -1,5 +1,7 @@ #include "regex.h" +/* Manage regex */ + #define MAX_ERROR_MSG 0x1000 -- cgit v1.2.3