-
Notifications
You must be signed in to change notification settings - Fork 1
/
ft.h
18 lines (15 loc) · 975 Bytes
/
ft.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: stoupin <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/01/10 14:57:57 by stoupin #+# #+# */
/* Updated: 2018/01/10 14:57:59 by stoupin ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_H
# define FT_H
int ft_strcmp(const char *s1, const char *s2);
#endif