xsb_writ.H

00001 /* File:      xsb_writ.H
00002 ** Author(s): Kostis Sagonas
00003 ** Contact:   xsb-contact@cs.sunysb.edu
00004 ** 
00005 ** Copyright (C) The Research Foundation of SUNY, 1986, 1993-1998
00006 ** 
00007 ** XSB is free software; you can redistribute it and/or modify it under the
00008 ** terms of the GNU Library General Public License as published by the Free
00009 ** Software Foundation; either version 2 of the License, or (at your option)
00010 ** any later version.
00011 ** 
00012 ** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
00013 ** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00014 ** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
00015 ** more details.
00016 ** 
00017 ** You should have received a copy of the GNU Library General Public License
00018 ** along with XSB; if not, write to the Free Software Foundation,
00019 ** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00020 **
00021 ** $Id: xsb_writ.H,v 1.17 2006/06/20 13:20:49 tswift Exp $
00022 ** 
00023 */
00024 
00025 
00026 :- export file_write/2, file_write0/2, file_write_prolog/2, 
00027         file_write_quoted/2, file_write_canonical/2,
00028         file_nl/1.
00029 :- export write_int/1, write_float/1, write_int/2, write_float/2.
00030 :- export write_canonical_lettervar/1.
00031 :- export set_file_write_depth/1, get_file_write_depth/1.
00032 
00033         
00034 :- import '_$op'/3 from file_op.
00035 :- import file_put/2 from file_io.
00036 :- import integer/1 from standard.
00037 :- import term_psc/2, psc_arity/2, psc_name/2, term_arg/3, 
00038         stat_flag/2,
00039         term_type/2, file_puttoken/3, file_writequoted/2
00040      from machine.
00041 
00042 %% We must import this from the loader, because this might be called
00043 %% for the first time before xsb_configuration configuration is loaded.
00044 :- import windows_os_loader/0 from loader.
00045 
00046 :- import conget/2, conset/2 from gensym.
00047 
00048 %:- import xsb_sys_mutex_lock/1, xsb_sys_mutex_unlock/1 from thread.
00049 :- import xsb_stream_lock/1, xsb_stream_unlock/1 from file_io.
00050 /* ------------------- end of file file_write.H ----------------------- */

Generated on Wed Jul 26 13:30:47 2006 for XSB by  doxygen 1.4.5