/[guile]/guile/guile-core/libguile/print.h
ViewVC logotype

Diff of /guile/guile-core/libguile/print.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.41 by mvo, Sat Apr 5 19:10:22 2003 UTC revision 1.42 by mdj, Mon May 12 20:46:52 2003 UTC
# Line 3  Line 3 
3  #ifndef SCM_PRINT_H  #ifndef SCM_PRINT_H
4  #define SCM_PRINT_H  #define SCM_PRINT_H
5    
6  /* Copyright (C) 1995,1996,1998,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,1998,2000,2001, 2003 Free Software Foundation, Inc.
7   *   *
8   * This library is free software; you can redistribute it and/or   * This library is free software; you can redistribute it and/or
9   * modify it under the terms of the GNU Lesser General Public   * modify it under the terms of the GNU Lesser General Public
# Line 79  SCM_API scm_t_bits scm_tc16_port_with_ps Line 79  SCM_API scm_t_bits scm_tc16_port_with_ps
79  SCM_API SCM scm_print_options (SCM setting);  SCM_API SCM scm_print_options (SCM setting);
80  SCM_API SCM scm_make_print_state (void);  SCM_API SCM scm_make_print_state (void);
81  SCM_API void scm_free_print_state (SCM print_state);  SCM_API void scm_free_print_state (SCM print_state);
82    SCM scm_i_port_with_print_state (SCM port, SCM print_state);
83  SCM_API void scm_intprint (long n, int radix, SCM port);  SCM_API void scm_intprint (long n, int radix, SCM port);
84  SCM_API void scm_ipruk (char *hdr, SCM ptr, SCM port);  SCM_API void scm_ipruk (char *hdr, SCM ptr, SCM port);
85  SCM_API void scm_iprlist (char *hdr, SCM exp, int tlr, SCM port, scm_print_state *pstate);  SCM_API void scm_iprlist (char *hdr, SCM exp, int tlr, SCM port, scm_print_state *pstate);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26