Mercurial > hg > CbC > old > DPP
view ltl.h @ 0:d4bc23cb728b
Import from CVS (CVS_DB/member/atsuki/cbc/DPP)
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Dec 2015 15:16:11 +0900 |
parents | |
children | 171cc032eb29 |
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