]> andersk Git - splint.git/blame - src/Headers/letDeclNode.h
Updated html and word versions of the manual
[splint.git] / src / Headers / letDeclNode.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4**
5*/
6
28bf4b0b 7typedef struct {
885824d3 8 ltoken varid;
9 /*@null@*/ lclTypeSpecNode sortspec;
28bf4b0b 10 termNode term;
885824d3 11 sort sort;
12} *letDeclNode;
13
14extern void letDeclNode_free (/*@only@*/ /*@null@*/ letDeclNode p_x);
This page took 0.070429 seconds and 5 git commands to generate.