Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1abfe597bc89458ccaa645cd148862bb > files > 120

ocaml-ocamlnet-doc-3.7.3-3.mga4.noarch.rpm

/* $Id: operation.x 1239 2009-05-25 00:30:46Z gerd $ -*-c -*- */

/* A very simple program only providing one [operation]. The examples
   in this dir use this definition.
*/

typedef string longstring<>;

program P {
    version V {
	void null(void) = 0;
	longstring operation(longstring) = 1;
    } = 1;
} = 1;