1/* struct::graph - critcl - global declarations
2 */
3
4#ifndef _G_GLOBAL_H
5#define _G_GLOBAL_H 1
6
7#include "tcl.h"
8#include <ds.h>
9
10const char* gg_new (Tcl_Interp* interp);
11
12#endif /* _G_GLOBAL_H */
13
14/*
15 * Local Variables:
16 * mode: c
17 * c-basic-offset: 4
18 * fill-column: 78
19 * End:
20 */
21