1#ifndef _GRHDR_H 2#define _GRHDR_H 1 3 4#include <vgraph.h> 5#include <stdlib.h> 6 7#include "kpvdebug.h" 8 9#ifndef NIL 10#define NIL(type) ((type)0) 11#endif 12 13#endif 14 15