view ltl.h @ 5:a04eccfc69ae

Remove warnings in dpp2
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Fri, 25 Dec 2015 17:15:49 +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