Procházet zdrojové kódy

renamed source jeger files

dev
anon před 8 měsíci
rodič
revize
e4b9643993
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +1
    -1
      source/jeger.c
  2. +2
    -2
      source/jeger.h

source/regex.c → source/jeger.c Zobrazit soubor

@@ -1,6 +1,6 @@
#pragma GCC diagnostic ignored "-Wc++20-extensions"

#include "regex.h"
#include "jeger.h"

#include <assert.h>
#include <string.h>

source/regex.h → source/jeger.h Zobrazit soubor

@@ -1,5 +1,5 @@
#ifndef REGEX_H
#define REGEX_H
#ifndef JEGER_H
#define JEGER_H

#include <stdbool.h>


Načítá se…
Zrušit
Uložit