]> andersk Git - splint.git/blame - src/Headers/signNode.h
Fixed library dump support so that buffer constraint annotations are read and written...
[splint.git] / src / Headers / signNode.h
CommitLineData
885824d3 1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
3** See ../LICENSE for license information.
4**
5*/
6typedef struct _signNode {
7 ltoken tok;
8 sortList domain;
9 sort range;
10 unsigned int key;
11} *signNode;
12
13extern /*@only@*/ cstring signNode_unparse (signNode p_sn) /*@*/ ;
14extern void signNode_free (/*@only@*/ signNode p_sn);
This page took 0.048432 seconds and 5 git commands to generate.