]> andersk Git - splint.git/blame_incremental - src/Headers/lslOp.h
*** empty log message ***
[splint.git] / src / Headers / lslOp.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3** See ../LICENSE for license information.
4**
5*/
6
7typedef struct {
8 /*@null@*/ /*@only@*/ nameNode name;
9 /*@dependent@*/ sigNode signature; /* optional */
10} *lslOp;
11
12typedef /*@only@*/ lslOp o_lslOp;
13
14extern void lslOp_free (/*@only@*/ lslOp p_x);
15extern /*@only@*/ lslOp lslOp_copy (lslOp);
This page took 0.113889 seconds and 5 git commands to generate.