Explorar el Código

renamed source jeger files

dev
anon hace 8 meses
padre
commit
e4b9643993
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. +1
    -1
      source/jeger.c
  2. +2
    -2
      source/jeger.h

source/regex.c → source/jeger.c Ver fichero

@@ -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 Ver fichero

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

#include <stdbool.h>


Cargando…
Cancelar
Guardar