Mercurial > hg > Members > nobuyasu > CbC
view DPP/dpp.h @ 0:a89b61162c29
add DPP
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 04 Feb 2012 12:40:32 +0900 |
parents | |
children |
line wrap: on
line source
#ifndef _DPP_H_ #define _DPP_H_ #define NULL (0) #include "dpp_common.h" extern code putdown_lfork(PhilsPtr self); extern code putdown_rfork(PhilsPtr self); extern code eating(PhilsPtr self); extern code hungry2(PhilsPtr self); extern code hungry1(PhilsPtr self); extern code pickup_rfork(PhilsPtr self); extern code pickup_lfork(PhilsPtr self); extern code thinking(PhilsPtr self); #endif