ocaml/maccaml/print.c

25 lines
849 B
C

/***********************************************************************/
/* */
/* Objective Caml */
/* */
/* Damien Doligez, projet Para, INRIA Rocquencourt */
/* */
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique. Distributed only by permission */
/* */
/***********************************************************************/
/* $Id$ */
#include "main.h"
void FilePageSetup (void)
{
XXX ();
}
void FilePrint (void)
{
XXX ();
}