]> andersk Git - splint.git/blob - src/Headers/letDeclNode.h
4197dcef5de94646369d045a8855f2bf08f84b82
[splint.git] / src / Headers / letDeclNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3 ** See ../LICENSE for license information.
4 **
5 */
6
7 typedef struct {
8   ltoken varid;
9   /*@null@*/ lclTypeSpecNode sortspec;
10   termNode term;
11   sort sort;
12 } *letDeclNode;
13
14 extern void letDeclNode_free (/*@only@*/ /*@null@*/ letDeclNode p_x);
This page took 0.023458 seconds and 3 git commands to generate.