diff options
Diffstat (limited to 'otherlibs/unix/write.c')
-rw-r--r-- | otherlibs/unix/write.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/otherlibs/unix/write.c b/otherlibs/unix/write.c index acb6f3331..99ab72131 100644 --- a/otherlibs/unix/write.c +++ b/otherlibs/unix/write.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + #include <mlvalues.h> #include "unix.h" |