Turing_Machine/is_prime 0.1/turing.h

9 lines
214 B
C
Raw Normal View History

2018-04-06 20:28:18 +00:00
#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