#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