-
Notifications
You must be signed in to change notification settings - Fork 0
/
global.h
18 lines (15 loc) · 971 Bytes
/
global.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* global.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: abuonomo <abuonomo@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/08/18 18:41:00 by mlongo #+# #+# */
/* Updated: 2023/11/09 12:14:30 by abuonomo ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef GLOBAL_H
# define GLOBAL_H
extern int g_last_exit_status_cmd;
#endif