X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=cparser%2FStructByValue.mli;fp=cparser%2FStructByValue.mli;h=45899a465001b3c0ffb2af1ba970027a2ccdda28;hb=b38a28e3fe204e7e7a8192ec2e03e959b7a0c570;hp=0000000000000000000000000000000000000000;hpb=d79c4d9e52c2c9162b2a6336460337bb158c42a0;p=pkg-cerco%2Facc-trusted.git diff --git a/cparser/StructByValue.mli b/cparser/StructByValue.mli new file mode 100644 index 0000000..45899a4 --- /dev/null +++ b/cparser/StructByValue.mli @@ -0,0 +1,16 @@ +(* *********************************************************************) +(* *) +(* The Compcert verified compiler *) +(* *) +(* Xavier Leroy, INRIA Paris-Rocquencourt *) +(* *) +(* Copyright Institut National de Recherche en Informatique et en *) +(* Automatique. All rights reserved. This file is distributed *) +(* under the terms of the GNU General Public License as published by *) +(* the Free Software Foundation, either version 2 of the License, or *) +(* (at your option) any later version. This file is also distributed *) +(* under the terms of the INRIA Non-Commercial License Agreement. *) +(* *) +(* *********************************************************************) + +val program: C.program -> C.program