Turing_Machine/divisor 0.1/turing.h

7 lines
171 B
C
Raw Normal View History

2018-04-06 19:52:54 +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);
#endif