Turing_Machine/turing.h
Nuño Sempere fbd9e82e76
Add files via upload
First rough version of the is_not_divisor TM, which nonetheless works
2018-04-06 21:41:31 +02:00

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