-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathred_cross.c
More file actions
19 lines (17 loc) · 961 Bytes
/
Copy pathred_cross.c
File metadata and controls
19 lines (17 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* red_cross.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: mlegendr <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2014/11/06 10:52:11 by mlegendr #+# #+# */
/* Updated: 2014/12/08 16:59:52 by mlegendr ### ########.fr */
/* */
/* ************************************************************************** */
#include <stdlib.h>
int red_cross(int r)
{
exit(r);
return (r);
}