mirror of
https://github.com/Arkia-Groupe/radar.git
synced 2026-01-18 16:37:38 +01:00
15 lines
180 B
C
15 lines
180 B
C
/*
|
|
** EPITECH PROJECT, 2023
|
|
** CPoolDay07
|
|
** File description:
|
|
** ./my_isneg.c
|
|
*/
|
|
|
|
#include "lib.h"
|
|
|
|
void my_error(char *message)
|
|
{
|
|
my_printf("%s\n", message);
|
|
exit(84);
|
|
}
|