Turing_Machine/divisor 0.1/turing.h

7 lines
171 B
C

#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);
#endif