Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 485f8c30b7e261acbe76df6157207a36 > files > 53

ocaml-camlidl-devel-1.05-11.fc13.i686.rpm

/* Test import statements */

import "structs.idl";
import "unix.idl";

int bar1([in] struct s1 * s);
void bar2([out] struct s1 * s);

int openfile([in,string] char * name,
             [in,set] enum open_flags flags,
             [in] int perms)
  {| _res = open(name, flags, perms);
  |};