comparison tableau.h @ 9:cef74c1054c1

Remove warnings in tableau3
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Fri, 25 Dec 2015 18:47:23 +0900
parents
children
comparison
equal deleted inserted replaced
8:a15437a1e94c 9:cef74c1054c1
1 #ifndef _TABLEAU_H_
2 #define _TABLEAU_H_
3
4 #include "dpp_common.h"
5 extern __code tableau(TaskPtr list);
6
7 #endif