/* * The Unix Channel * * by Michel Beaudouin-Lafon * * Copyright 1990-1993 * Laboratoire de Recherche en Informatique (LRI) * * General definitions * * $Id$ * $CurLog$ */ #ifndef UchGlobal_H_ #define UchGlobal_H_ #ifndef NIL #define NIL 0 #define Nil(type) ((type) NIL) #endif /* NIL */ typedef void *pointer; #include "ccu/bool.h" #include "ccu/word.h" #endif /* UchGlobal_H_ */