/* adt definitions file - Truilkan 92/01/31 */
#ifndef _ADT_DEFINITIONS /* only include this file once */
#define _ADT_DEFINITIONS 1
#define NULL ({})
#define SEMAPHORE_ADT "/std/adt/semaphore"
#define ILIST_ADT "/std/adt/ilist"
#define ISET_ADT "/std/adt/iset"
#define STACK_ADT "/std/adt/stack"
#define CSTACK_ADT "/std/adt/cstack"
#define ISTACK_ADT "/std/adt/istack"
#define QUEUE_ADT "/std/adt/queue"
#define IQUEUE_ADT "/std/adt/iqueue"
#endif