Turing_Machine/initial_divisor/turing.h

7 lines
171 B
C
Raw Normal View History

2018-04-06 19:47:03 +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