Delete turing.h

This commit is contained in:
Nuño Sempere 2018-04-06 21:48:17 +02:00 committed by GitHub
parent 0f0da4a5df
commit 0a058a83db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +0,0 @@
#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