From 9474c6970c7c7b4adc166f11479d647694ea9357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C3=B1o=20Sempere?= Date: Fri, 6 Apr 2018 21:52:16 +0200 Subject: [PATCH] Delete turing.c --- initial_divisor/turing.c | 59 ---------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 initial_divisor/turing.c diff --git a/initial_divisor/turing.c b/initial_divisor/turing.c deleted file mode 100644 index 30748b9..0000000 --- a/initial_divisor/turing.c +++ /dev/null @@ -1,59 +0,0 @@ -#include -#include -#include "turing.h" -#include "const.h" - -// Turing print defines functions that take a list, take a position in that list and print the list with a pointer to that position. -// It prints this vertically - -void print_lista(int*L, int length, int position){ - if(L==NULL || length <= position){ - fprintf(stdout, "\nError en prettyprint"); - } - else{ - int i=0; - char tabs[]="\t\t\t\t\t\t"; - for(i=0; i