#*************************************************************#
#
#   Ensemble, (Version 0.40)
#   Copyright 1997 Cornell University
#   All rights reserved.
#
#   See ensemble/doc/license.txt for further information.
#
#*************************************************************#
-*- Mode: indented-text -*- 
README Authors: Alexey Vaysburd & Mark Hayden
Last updated: 12/23/96

This directory contains C interface to Ensemble.

FILES

  hot_error.c error handling
  hot_sys.c   "system" functions (hot_sys_panic)
  hot_msg.c   messages
  cstub.c     C side of the Ensemble interface 
  mlstub.ml   ML side of the Ensemble interface
  cdemo.c     sample C demo application  


SUBDIRECTORIES: include
  include - Header files for Ensemble C applications:
    include/hot_thread.h  - implementation-independent interface to threads
    include/hot_ens.h - C interface to Ensemble
    include/hot_error.h, include/hot_sys.h, include/hot_msg.h - HOT headers
