Turing_Machine/divisor 1.0/const.h

10 lines
85 B
C
Raw Normal View History

2018-04-07 13:43:16 +00:00
#ifndef __CONST_H_
#define __CONST_H_
#define REJECT -1
#define ACCEPT -2
#endif