view tableau.h @ 12:7f2db1e1bf2f default tip

use CBC_COMPILER environment val
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 04 Jul 2019 18:53:38 +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