view ltl.h @ 3:6bf69a0f2e24

Make dpp2
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Sun, 20 Dec 2015 16:46:24 +0900
parents d4bc23cb728b
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