Ajout notices.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@881 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
66414a42e8
commit
a50bf522b7
|
@ -1,3 +1,16 @@
|
|||
/***********************************************************************/
|
||||
/* */
|
||||
/* Objective Caml */
|
||||
/* */
|
||||
/* Francois Rouaix, projet Cristal, INRIA Rocquencourt */
|
||||
/* */
|
||||
/* Copyright 1996 Institut National de Recherche en Informatique et */
|
||||
/* Automatique. Distributed only by permission. */
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
#include <ndbm.h>
|
||||
#include <mlvalues.h>
|
||||
#include <alloc.h>
|
||||
|
@ -6,7 +19,7 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
|
||||
/* Quit close to sys_open_flags, but we need RDWR */
|
||||
/* Quite close to sys_open_flags, but we need RDWR */
|
||||
static int dbm_open_flags[] = {
|
||||
O_RDONLY, O_WRONLY, O_RDWR, O_CREAT
|
||||
};
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
(***********************************************************************)
|
||||
(* *)
|
||||
(* Objective Caml *)
|
||||
(* *)
|
||||
(* Francois Rouaix, projet Cristal, INRIA Rocquencourt *)
|
||||
(* *)
|
||||
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
||||
(* Automatique. Distributed only by permission. *)
|
||||
(* *)
|
||||
(***********************************************************************)
|
||||
|
||||
(* $Id$ *)
|
||||
|
||||
type t
|
||||
|
||||
type open_flag =
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
(***********************************************************************)
|
||||
(* *)
|
||||
(* Objective Caml *)
|
||||
(* *)
|
||||
(* Francois Rouaix, projet Cristal, INRIA Rocquencourt *)
|
||||
(* *)
|
||||
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
||||
(* Automatique. Distributed only by permission. *)
|
||||
(* *)
|
||||
(***********************************************************************)
|
||||
|
||||
(* $Id$ *)
|
||||
|
||||
(* DBM (NDBM) interface *)
|
||||
|
||||
type t
|
||||
|
|
Loading…
Reference in New Issue