/***********************************************************************/
/* */
/* Objective Caml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
/* en Automatique. All rights reserved. This file is distributed */
/* under the terms of the GNU Library General Public License, with */
/* the special exception on linking described in file ../LICENSE. */
/* */
/***********************************************************************/
/* $Id: sys.h,v 1.15 2003/12/16 18:09:43 doligez Exp $ */
#ifndef CAML_SYS_H
#define CAML_SYS_H
#include "misc.h"
#define NO_ARG Val_int(0)
CAMLextern void caml_sys_error (value);
extern void caml_sys_init (char * exe_name, char ** argv);
CAMLextern value caml_sys_exit (value);
extern char * caml_exe_name;
#endif /* CAML_SYS_H */
syntax highlighted by Code2HTML, v. 0.9.1