File: staglib.h

package info (click to toggle)
libdata-stag-perl 0.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,480 kB
  • sloc: perl: 6,394; lisp: 141; xml: 116; ansic: 55; makefile: 17; sh: 2
file content (17 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#define TRC if(0)
#define TRC0 if(0)
#define TRACE(X) TRC _trace(X)

typedef struct stag {
  GQuark nameq;
  void *data;
  /*  s_list *kids; */
  gboolean isterminal;
  GHashTable *kidhash;
} stag;


stag* stag_new();
G_CONST_RETURN gchar* stag_name(stag*, gchar*);
G_CONST_RETURN gchar* stag_getname(stag*);