-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.h
19 lines (16 loc) · 1010 Bytes
/
error.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************** */
/* */
/* :::::::: */
/* error.h :+: :+: */
/* +:+ */
/* By: jandre-d <[email protected]> +#+ */
/* +#+ */
/* Created: 2019/03/25 14:17:39 by jandre-d #+# #+# */
/* Updated: 2019/03/30 21:41:42 by jandre-d ######## odam.nl */
/* */
/* ************************************************************************** */
#ifndef ERROR_H
# define ERROR_H
void error_malloc(char *where);
void error_general(char *msg, char *where);
#endif