view dpp.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 4a68716b7488
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