renamed source jeger files

This commit is contained in:
anon 2023-09-09 14:37:20 +02:00
parent 3ac2b8c18b
commit e4b9643993
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#pragma GCC diagnostic ignored "-Wc++20-extensions"
#include "regex.h"
#include "jeger.h"
#include <assert.h>
#include <string.h>

View File

@ -1,5 +1,5 @@
#ifndef REGEX_H
#define REGEX_H
#ifndef JEGER_H
#define JEGER_H
#include <stdbool.h>