view tableau.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 _TABLEAU_H_
#define _TABLEAU_H_

#include "dpp_common.h"
extern __code tableau(TaskPtr list);

#endif