diff --git a/is_prime/turing.h b/is_prime/turing.h deleted file mode 100644 index e115c7c..0000000 --- a/is_prime/turing.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __CONST_H_ -#define __CONST_H_ - -void print_lista(int*L, int length, int position); -void print_variables(int state, int position, int symbol, int movement); -int length(int *List); -void print_linea(); -#endif