-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbonus_g.c
18 lines (16 loc) · 977 Bytes
/
bonus_g.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* bonus_g.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: smbaabu <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/04/14 00:47:13 by smbaabu #+# #+# */
/* Updated: 2019/04/16 00:39:41 by smbaabu ### ########.fr */
/* */
/* ************************************************************************** */
#include "ft_printf.h"
char *g(char *f, char *e)
{
return (join_and_free(e, f));
}