view ltl.h @ 11:190dadd8405b

Format indent
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 02 Jul 2019 19:52:09 +0900
parents cef74c1054c1
children
line wrap: on
line source

#ifndef _LTL_H_
#define _LTL_H_

#include "tableau.h"

extern __code
check(int *always_flag, struct phils *phils, struct task *list);

extern void
show_result(int always_flag);

#endif