RT
Main Page
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Typedefs
t
Macros
a
b
c
d
e
f
g
h
i
k
m
n
p
r
s
t
u
w
•
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
includes
ft_unit_test.h
Go to the documentation of this file.
1
/* ************************************************************************** */
2
/* */
3
/* ::: :::::::: */
4
/* ft_unit_test.h :+: :+: :+: */
5
/* +:+ +:+ +:+ */
6
/* By: nihuynh <nihuynh@student.42.fr> +#+ +:+ +#+ */
7
/* +#+#+#+#+#+ +#+ */
8
/* Created: 2019/05/23 04:20:38 by nihuynh #+# #+# */
9
/* Updated: 2019/07/25 13:39:32 by nihuynh ### ########.fr */
10
/* */
11
/* ************************************************************************** */
12
13
#ifndef FT_UNIT_TEST_H
14
# define FT_UNIT_TEST_H
15
16
/*
17
** # include "ft_unit_test.h"
18
*/
19
20
# include "
t_data.h
"
21
# include "
export.h
"
22
# include "
interface.h
"
23
# include "libft.h"
24
25
int
reader_no_exit
(
char
*filename,
t_data
*app);
26
int
export_test_suite
(
t_data
*const_data);
27
28
#endif
reader_no_exit
int reader_no_exit(char *filename, t_data *app)
Definition:
read.c:120
interface.h
s_data
Definition:
t_data.h:24
export_test_suite
int export_test_suite(t_data *const_data)
Definition:
test.c:38
t_data.h
export.h
Generated by
1.8.17