File: sather/lib/base/C/README
Author: Stephen M. Omohundro
Created: Mon Oct  1 12:32:33 1990
Copyright (C) International Computer Science Institute, 1990

C code and objects associated with the classes in "sather/lib/base".

Makefile: Used to compile the C code in this directory.

base_.c: C support for base.sa. Also defines the generally useful:
   ob_id(p:$ALL):INT -- returns INT corresponding to a pointer
   id_ob(i:INT):$ALL -- returns pointer corresponding to an INT

file_.c: C support for file.sa. 

str_.c: C support for str.sa. Defines the generally useful:
   str_ptr_(s:STR):F_OB -- A C pointer to the C string part of s.	
   makestr_(st:F_OB):STR -- Create a Sather string from a C string.

time_.c: C support for time.sa.
