Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
att
GitHub Repository: att/ast
Path: blob/master/src/lib/libvgraph/grhdr.h
1808 views
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