aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/main.c b/main.c
index 54326d7..9e4afa7 100644
--- a/main.c
+++ b/main.c
@@ -6,12 +6,16 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/08 03:06:45 by cacharle #+# #+# */
-/* Updated: 2020/10/06 15:04:34 by cacharle ### ########.fr */
+/* Updated: 2020/10/21 15:37:28 by charles ### ########.fr */
/* */
/* ************************************************************************** */
#include "libasm_test.h"
+int pid;
+bool signaled;
+char *test_name;
+
int main(void)
{
ft_strlen_test();