view src/handlers.h @ 9:22cf01362b45

modify readme
author Dennis <denniscmartin@protonmail.com>
date Sun, 30 Oct 2022 17:03:24 +0100
parents deeb54b231aa
children
line wrap: on
line source

//
// Created by Dennis Concepción Martín on 18/10/22.
//

#ifndef MAZE_SOLVER_HANDLERS_H
#define MAZE_SOLVER_HANDLERS_H

#include <stdlib.h>
#include <stdio.h>

void error();

#endif //MAZE_SOLVER_HANDLERS_H