Mercurial > hg > CbC > old > DPP
view ltl.h @ 7:171cc032eb29
Fix tableau2
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 25 Dec 2015 18:31:20 +0900 |
parents | d4bc23cb728b |
children | cef74c1054c1 |
line wrap: on
line source
#ifndef _LTL_H_ #define _LTL_H_ extern __code check(int *always_flag, struct phils *phils, struct task *list); extern void show_result(int always_flag); #endif