Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 298c9549c9bafefa78bb5d61fbfd5386 > files > 132

ocaml-glmlite-devel-0.03.51-17.2.mga6.x86_64.rpm

/* main on C side */

#include <caml/callback.h>

int main(int argc, char **argv)
{
  caml_main(argv);
}