diff options
Diffstat (limited to 'byterun/reverse.h')
-rw-r--r-- | byterun/reverse.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/reverse.h b/byterun/reverse.h index 74e5ccbc2..85e637070 100644 --- a/byterun/reverse.h +++ b/byterun/reverse.h @@ -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$ */ + /* Swap byte-order in 16-bit, 32-bit and 64-bit words */ #ifndef _reverse_ |