/[gcl]/gcl/h/new_decl.h
ViewVC logotype

Diff of /gcl/h/new_decl.h

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

revision 1.42.4.1.2.3.2.4 by camm, Tue Sep 23 18:39:18 2003 UTC revision 1.42.4.1.2.3.2.5 by camm, Tue Sep 23 18:56:17 2003 UTC
# Line 1  Line 1 
1  EXTER object fLbye (fixnum exitc);        EXTER object fLbye (fixnum exitc);
2  EXTER object fLquit (fixnum exitc);        EXTER object fLquit (fixnum exitc);
3  EXTER object sSAno_initA;  EXTER object sSAno_initA;
4  EXTER object fLidentity (object x0);        EXTER object fLidentity (object x0);
5  EXTER object fLlisp_implementation_version (void);        EXTER object fLlisp_implementation_version (void);
6  EXTER object sSAlisp_maxpagesA;  EXTER object sSAlisp_maxpagesA;
7  EXTER object sSAsystem_directoryA;  EXTER object sSAsystem_directoryA;
8  EXTER object sSAmultiply_stacksA;  EXTER object sSAmultiply_stacksA;
# Line 13  EXTER object sSAignore_maximum_pagesA; Line 13  EXTER object sSAignore_maximum_pagesA;
13  EXTER object fSallocated (object typ);  EXTER object fSallocated (object typ);
14  EXTER object fSreset_number_used (object typ);  EXTER object fSreset_number_used (object typ);
15  EXTER object fSstaticp (object x);  EXTER object fSstaticp (object x);
16  EXTER object fSallocate (object type,fixnum npages,...);        EXTER object fSallocate (object type,fixnum npages,...);
17  EXTER object fSallocate_sgc (object type,fixnum min,fixnum max,fixnum free_percent);       EXTER object fSallocate_sgc (object type,fixnum min,fixnum max,fixnum free_percent);
18  EXTER object fSallocate_growth (object type,fixnum min,fixnum max,fixnum percent,fixnum percent_free);       EXTER object fSallocate_growth (object type,fixnum min,fixnum max,fixnum percent,fixnum percent_free);
19  EXTER object fSallocate_contiguous_pages (fixnum npages,...);        EXTER object fSallocate_contiguous_pages (fixnum npages,...);
20  EXTER object fSallocated_contiguous_pages (void);        EXTER object fSallocated_contiguous_pages (void);
21  EXTER object fSmaximum_contiguous_pages (void);        EXTER object fSmaximum_contiguous_pages (void);
22  EXTER object fSallocate_relocatable_pages (fixnum npages,...);        EXTER object fSallocate_relocatable_pages (fixnum npages,...);
23  EXTER object fSallocated_relocatable_pages (void);        EXTER object fSallocated_relocatable_pages (void);
24  EXTER object fSget_hole_size (void);        EXTER object fSget_hole_size (void);
25  EXTER object fSset_hole_size (fixnum npages,...);        EXTER object fSset_hole_size (fixnum npages,...);
26  EXTER object fLgbc (object x0);        EXTER object fLgbc (object x0);
27  EXTER object sSAnotify_gbcA;  EXTER object sSAnotify_gbcA;
28  EXTER object sSAgbc_messageA;  EXTER object sSAgbc_messageA;
29  EXTER object sLcommon;  EXTER object sLcommon;
# Line 85  EXTER object sLA; Line 85  EXTER object sLA;
85  EXTER object sLplusp;  EXTER object sLplusp;
86  EXTER object sSchar_size;  EXTER object sSchar_size;
87  EXTER object sSshort_size;  EXTER object sSshort_size;
88  EXTER object fLfuncall (object fun,...);        EXTER object fLfuncall (object fun,...);
89  EXTER object fLapply (object fun,...);        EXTER object fLapply (object fun,...);
90  EXTER object fLeval (object x0);        EXTER object fLeval (object x0);
91  EXTER object fLconstantp (object x0);        EXTER object fLconstantp (object x0);
92  EXTER object sSlambda_block_expanded;  EXTER object sSlambda_block_expanded;
93  EXTER object sSAbreak_pointsA;  EXTER object sSAbreak_pointsA;
94  EXTER object sSAbreak_stepA;  EXTER object sSAbreak_stepA;
95  EXTER object fLmacroexpand (object form,...);        EXTER object fLmacroexpand (object form,...);
96  EXTER object sLfuncall;  EXTER object sLfuncall;
97  EXTER object sLAmacroexpand_hookA;  EXTER object sLAmacroexpand_hookA;
98  EXTER object sSdefmacroA;  EXTER object sSdefmacroA;
99  EXTER object sSAinhibit_macro_specialA;  EXTER object sSAinhibit_macro_specialA;
100  EXTER object fLnot (object x0);           EXTER object fLnot (object x0);
101  EXTER object fLnot (object x0);    EXTER object fLnot (object x0);
102  EXTER object fLsymbolp (object x0);    EXTER object fLsymbolp (object x0);
103  EXTER object fLatom (object x0);    EXTER object fLatom (object x0);
104  EXTER object fLconsp (object x0);    EXTER object fLconsp (object x0);
105  EXTER object fLlistp (object x0);    EXTER object fLlistp (object x0);
106  EXTER object fLnumberp (object x0);    EXTER object fLnumberp (object x0);
107  EXTER object fLintegerp (object x0);    EXTER object fLintegerp (object x0);
108  EXTER object fLrationalp (object x0);    EXTER object fLrationalp (object x0);
109  EXTER object fLrealp (object x0);    EXTER object fLrealp (object x0);
110  EXTER object fLfloatp (object x0);    EXTER object fLfloatp (object x0);
111  EXTER object fLcomplexp (object x0);    EXTER object fLcomplexp (object x0);
112  EXTER object fLcharacterp (object x0);    EXTER object fLcharacterp (object x0);
113  EXTER object fLstringp (object x0);    EXTER object fLstringp (object x0);
114  EXTER object fLbit_vector_p (object x0);    EXTER object fLbit_vector_p (object x0);
115  EXTER object fLvectorp (object x0);    EXTER object fLvectorp (object x0);
116  EXTER object fLsimple_string_p (object x0);    EXTER object fLsimple_string_p (object x0);
117  EXTER object fLsimple_bit_vector_p (object x0);    EXTER object fLsimple_bit_vector_p (object x0);
118  EXTER object fLsimple_vector_p (object x0);    EXTER object fLsimple_vector_p (object x0);
119  EXTER object fLarrayp (object x0);    EXTER object fLarrayp (object x0);
120  EXTER object fLpackagep (object x0);    EXTER object fLpackagep (object x0);
121  EXTER object fLfunctionp (object x0);    EXTER object fLfunctionp (object x0);
122  EXTER object fLcompiled_function_p (object x0);    EXTER object fLcompiled_function_p (object x0);
123  EXTER object fLcommonp (object x0);    EXTER object fLcommonp (object x0);
124  EXTER object fLeq (object x0,object x1);    EXTER object fLeq (object x0,object x1);
125  EXTER object fLeql (object x0,object x1);    EXTER object fLeql (object x0,object x1);
126  EXTER object fLequal (object x0,object x1);    EXTER object fLequal (object x0,object x1);
127  EXTER object fLequalp (object x0,object x1);    EXTER object fLequalp (object x0,object x1);
128  EXTER object fScontains_sharp_comma (object x0);    EXTER object fScontains_sharp_comma (object x0);
129  EXTER object fSspicep (object x0);    EXTER object fSspicep (object x0);
130  EXTER object fSfixnump (object x0);    EXTER object fSfixnump (object x0);
131  EXTER object fLset (object symbol,object value);    EXTER object fLset (object symbol,object value);
132  EXTER object fSfset (object sym,object function);    EXTER object fSfset (object sym,object function);
133  EXTER object fLmakunbound (object sym);    EXTER object fLmakunbound (object sym);
134  EXTER object fLfmakunbound (object sym);    EXTER object fLfmakunbound (object sym);
135  EXTER object sSclear_compiler_properties;  EXTER object sSclear_compiler_properties;
136  EXTER object fSclear_compiler_properties (object x0,object x1);    EXTER object fSclear_compiler_properties (object x0,object x1);
137  EXTER object sLaref;  EXTER object sLaref;
138  EXTER object sLcar;  EXTER object sLcar;
139  EXTER object sLcdr;  EXTER object sLcdr;
# Line 155  EXTER object sLsvref; Line 155  EXTER object sLsvref;
155  EXTER object sStraced;  EXTER object sStraced;
156  EXTER object sLvector;  EXTER object sLvector;
157  EXTER object sKallow_other_keys;  EXTER object sKallow_other_keys;
158  EXTER object fSerror_set (volatile object x0);        EXTER object fSerror_set (volatile object x0);
159  EXTER object sLgensym_counter;  EXTER object sLgensym_counter;
160  EXTER object fSmc (object name,object address);    EXTER object fSmc (object name,object address);
161  EXTER object fSmfsfun (object name,object address,object argd);    EXTER object fSmfsfun (object name,object address,object argd);
162  EXTER object fSmfvfun (object name,object address,object argd);    EXTER object fSmfvfun (object name,object address,object argd);
163  EXTER object fSmfvfun_key (object symbol,object address,object argd,object keys);    EXTER object fSmfvfun_key (object symbol,object address,object argd,object keys);
164  EXTER object fSmf (object name,object addr);    EXTER object fSmf (object name,object addr);
165  EXTER object fSmm (object name,object addr);    EXTER object fSmm (object name,object addr);
166  EXTER object fScompiled_function_name (object fun);    EXTER object fScompiled_function_name (object fun);
167  EXTER object fSturbo_closure (object funobj);    EXTER object fSturbo_closure (object funobj);
168  EXTER object fSspecialp (object sym);        EXTER object fSspecialp (object sym);
169  EXTER object sSdebug;  EXTER object sSdebug;
170  EXTER object fSdefvar1 (object sym,object val,...);        EXTER object fSdefvar1 (object sym,object val,...);
171  EXTER object fSdebug (object sym,object val);        EXTER object fSdebug (object sym,object val);
172  EXTER object fSsetvv (object index,object val);        EXTER object fSsetvv (object index,object val);
173  EXTER object sSPmemory;  EXTER object sSPmemory;
174  EXTER object sSPinit;  EXTER object sSPinit;
175  EXTER object fSinit_cmp_anon (void);       EXTER object fSinit_cmp_anon (void);
176  EXTER object sKexternal;  EXTER object sKexternal;
177  EXTER object sKinherited;  EXTER object sKinherited;
178  EXTER object sKinternal;  EXTER object sKinternal;
179  EXTER object sKnicknames;  EXTER object sKnicknames;
180  EXTER object sKuse;  EXTER object sKuse;
181  EXTER object sLApackageA;  EXTER object sLApackageA;
182  EXTER object fSset_gmp_allocate_relocatable (object flag);       EXTER object fSset_gmp_allocate_relocatable (object flag);
183  EXTER object fSallocate_bigger_fixnum_range (fixnum min,fixnum max);       EXTER object fSallocate_bigger_fixnum_range (fixnum min,fixnum max);
184  EXTER object fScmod (object num);    EXTER object fScmod (object num);
185  EXTER object fScplus (object x0,object x1);    EXTER object fScplus (object x0,object x1);
186  EXTER object fSctimes (object x0,object x1);    EXTER object fSctimes (object x0,object x1);
187  EXTER object fScdifference (object x0,object x1);    EXTER object fScdifference (object x0,object x1);
188  EXTER object fLnth (fixnum index,object list);  EXTER object fLnth (fixnum index,object list);
189  EXTER object fLfirst (object x);  EXTER object fLfirst (object x);
190  EXTER object fLsecond (object x);  EXTER object fLsecond (object x);
# Line 199  EXTER object fLtenth (object x); Line 199  EXTER object fLtenth (object x);
199  EXTER object fSnext_hash_table_entry (object table,object ind);  EXTER object fSnext_hash_table_entry (object table,object ind);
200  EXTER object fLhash_table_test (object table);  EXTER object fLhash_table_test (object table);
201  EXTER object fLhash_table_size (object table);  EXTER object fLhash_table_size (object table);
202  EXTER object sLarray_rank_limit;          EXTER object sLarray_rank_limit;
203  EXTER object sLarray_dimension_limit;          EXTER object sLarray_dimension_limit;
204  EXTER object sLarray_total_size_limit;          EXTER object sLarray_total_size_limit;
205  EXTER object sLbit;  EXTER object sLbit;
206  EXTER object fLaref (object x,fixnum i, ...);        EXTER object fLaref (object x,fixnum i, ...);
207  EXTER object fLsvref (object x,ufixnum i);       EXTER object fLsvref (object x,ufixnum i);
208  EXTER object fLrow_major_aref (object x,fixnum i);       EXTER object fLrow_major_aref (object x,fixnum i);
209  EXTER object fSaset1 (object x, fixnum i,object val);  EXTER object fSaset1 (object x, fixnum i,object val);
210  EXTER object fSaset (object x,fixnum i,object y, ...);        EXTER object fSaset (object x,fixnum i,object y, ...);
211  EXTER object fSsvset (object x,fixnum i,object val);        EXTER object fSsvset (object x,fixnum i,object val);
212  EXTER object fSmake_vector1 (fixnum n,fixnum elt_type,object staticp,...);       EXTER object fSmake_vector1 (fixnum n,fixnum elt_type,object staticp,...);
213  EXTER object fSget_aelttype (object x);  EXTER object fSget_aelttype (object x);
214  EXTER object fSmake_vector (object x0,object x1,object x2,object x3,object x4,object x5,object x6,...);        EXTER object fSmake_vector (object x0,object x1,object x2,object x3,object x4,object x5,object x6,...);
215  EXTER object fSmake_array1 (fixnum elt_type,object staticp,object initial_element,object displaced_to,fixnum displaced_index_offset, object dimensions);        EXTER object fSmake_array1 (fixnum elt_type,object staticp,object initial_element,object displaced_to,fixnum displaced_index_offset, object dimensions);
216  EXTER object fScopy_array_portion (object x,object y,fixnum i1,fixnum i2,object n1o);    EXTER object fScopy_array_portion (object x,object y,fixnum i1,fixnum i2,object n1o);
217  EXTER object fSfill_pointer_set (object x,fixnum i);        EXTER object fSfill_pointer_set (object x,fixnum i);
218  EXTER object fLfill_pointer (object x);        EXTER object fLfill_pointer (object x);
219  EXTER object fLarray_has_fill_pointer_p (object x);       EXTER object fLarray_has_fill_pointer_p (object x);
220  EXTER object fLarray_element_type (object x);        EXTER object fLarray_element_type (object x);
221  EXTER object fLadjustable_array_p (object x);        EXTER object fLadjustable_array_p (object x);
222  EXTER object fSdisplaced_array_p (object x);        EXTER object fSdisplaced_array_p (object x);
223  EXTER object fLarray_rank (object x);        EXTER object fLarray_rank (object x);
224  EXTER object fLarray_dimension (object x,fixnum i);        EXTER object fLarray_dimension (object x,fixnum i);
225  EXTER object fSreplace_array (object old,object new);        EXTER object fSreplace_array (object old,object new);
226  EXTER object fLarray_total_size (object x);        EXTER object fLarray_total_size (object x);
227  EXTER object fSaset_by_cursor (object array,object val,object cursor);        EXTER object fSaset_by_cursor (object array,object val,object cursor);
228  EXTER object sSAmatch_dataA;  EXTER object sSAmatch_dataA;
229  EXTER object sSAcase_fold_searchA;        EXTER object sSAcase_fold_searchA;
230  EXTER object fSmatch_beginning (fixnum i);    EXTER object fSmatch_beginning (fixnum i);
231  EXTER object fSmatch_end (fixnum i);    EXTER object fSmatch_end (fixnum i);
232  EXTER object fSstring_match (object pattern,object string,...);       EXTER object fSstring_match (object pattern,object string,...);
233  EXTER object sSs_data;  EXTER object sSs_data;
234  EXTER object sLcompile;  EXTER object sLcompile;
235  EXTER object sLdeclare;  EXTER object sLdeclare;
# Line 255  EXTER object sLAstandard_inputA; Line 255  EXTER object sLAstandard_inputA;
255  EXTER object sLAstandard_outputA;  EXTER object sLAstandard_outputA;
256  EXTER object sLAerror_outputA;  EXTER object sLAerror_outputA;
257  EXTER object sLAterminal_ioA;  EXTER object sLAterminal_ioA;
258  EXTER object sLAquery_ioA;         EXTER object sLAquery_ioA;
259  EXTER object sLAdebug_ioA;  EXTER object sLAdebug_ioA;
260  EXTER object sLAtrace_outputA;  EXTER object sLAtrace_outputA;
261  EXTER object sSAignore_eof_on_terminal_ioA;  EXTER object sSAignore_eof_on_terminal_ioA;
# Line 282  EXTER object sKrename_and_delete; Line 282  EXTER object sKrename_and_delete;
282  EXTER object sKset_default_pathname;  EXTER object sKset_default_pathname;
283  EXTER object sKsupersede;  EXTER object sKsupersede;
284  EXTER object sKverbose;  EXTER object sKverbose;
285  EXTER object sLAread_default_float_formatA;    EXTER object sLAread_default_float_formatA;
286  EXTER object sLAread_baseA;  EXTER object sLAread_baseA;
287  EXTER object sLAread_suppressA;  EXTER object sLAread_suppressA;
288  EXTER object sSY;  EXTER object sSY;
# Line 323  EXTER object sSAprint_packageA; Line 323  EXTER object sSAprint_packageA;
323  EXTER object sSAprint_structureA;  EXTER object sSAprint_structureA;
324  EXTER object sSpretty_print_format;  EXTER object sSpretty_print_format;
325  EXTER object sSAprint_nansA;  EXTER object sSAprint_nansA;
326  EXTER object fLformat (object strm, object control,...);        EXTER object fLformat (object strm, object control,...);
327  EXTER object sSAindent_formatted_outputA;  EXTER object sSAindent_formatted_outputA;
328  EXTER object fSsetenv (object variable,object value);  EXTER object fSsetenv (object variable,object value);
329  EXTER object fLdelete_file (object path);    EXTER object fLdelete_file (object path);
330  EXTER object fLerror (object fmt_string,...);        EXTER object fLerror (object fmt_string,...);
331  EXTER object fLspecific_error (object error_name,object fmt_string,...);        EXTER object fLspecific_error (object error_name,object fmt_string,...);
332  EXTER object fLspecific_correctable_error (object error_name,object fmt_string,...);        EXTER object fLspecific_correctable_error (object error_name,object fmt_string,...);
333  EXTER object fLcerror (object continue_fmt_string,object fmt_string,...);        EXTER object fLcerror (object continue_fmt_string,object fmt_string,...);
334  EXTER object fSihs_top (void);        EXTER object fSihs_top (void);
335  EXTER object fSihs_fun (object x0);        EXTER object fSihs_fun (object x0);
336  EXTER object fSihs_vs (object x0);        EXTER object fSihs_vs (object x0);
337  EXTER object fSfrs_top (void);        EXTER object fSfrs_top (void);
338  EXTER object fSfrs_vs (object x0);        EXTER object fSfrs_vs (object x0);
339  EXTER object fSfrs_bds (object x0);        EXTER object fSfrs_bds (object x0);
340  EXTER object fSfrs_class (object x0);        EXTER object fSfrs_class (object x0);
341  EXTER object fSfrs_tag (object x0);        EXTER object fSfrs_tag (object x0);
342  EXTER object fSfrs_ihs (object x0);        EXTER object fSfrs_ihs (object x0);
343  EXTER object fSbds_top (void);        EXTER object fSbds_top (void);
344  EXTER object fSbds_var (object x0);        EXTER object fSbds_var (object x0);
345  EXTER object fSbds_val (object x0);        EXTER object fSbds_val (object x0);
346  EXTER object fSvs_top (void);        EXTER object fSvs_top (void);
347  EXTER object fSvs (object x0);        EXTER object fSvs (object x0);
348  EXTER object fSsch_frs_base (object x0,object x1);        EXTER object fSsch_frs_base (object x0,object x1);
349  EXTER object fSinternal_super_go (object tag,object x1,object x2);        EXTER object fSinternal_super_go (object tag,object x1,object x2);
350  EXTER object sSuniversal_error_handler;              EXTER object sSuniversal_error_handler;
351  EXTER object fSuniversal_error_handler (object x0,object x1,object x2,object x3,object error_fmt_string);            EXTER object fSuniversal_error_handler (object x0,object x1,object x2,object x3,object error_fmt_string);
352  EXTER object sSterminal_interrupt;  EXTER object sSterminal_interrupt;
353  EXTER object sKwrong_type_argument;  EXTER object sKwrong_type_argument;
354  EXTER object sKtoo_few_arguments;  EXTER object sKtoo_few_arguments;
# Line 363  EXTER object sKpackage_error; Line 363  EXTER object sKpackage_error;
363  EXTER object sKcatch;  EXTER object sKcatch;
364  EXTER object sKprotect;  EXTER object sKprotect;
365  EXTER object sKcatchall;  EXTER object sKcatchall;
366  EXTER object fLget_universal_time (void);    EXTER object fLget_universal_time (void);
367  EXTER object fLget_internal_real_time (void);  EXTER object fLget_internal_real_time (void);
368  EXTER object sSAdefault_time_zoneA;  EXTER object sSAdefault_time_zoneA;
369  EXTER object fSgetpid (void);       EXTER object fSgetpid (void);
370  EXTER object fSuse_fast_links (object flag,...);       EXTER object fSuse_fast_links (object flag,...);
371  EXTER object sScdefn;  EXTER object sScdefn;
372  EXTER object sLAlink_arrayA;  EXTER object sLAlink_arrayA;
373  EXTER object fSprofile (object start_address,object scale);        EXTER object fSprofile (object start_address,object scale);
374  EXTER object fSfunction_start (object funobj);        EXTER object fSfunction_start (object funobj);
375  EXTER object fSset_up_combined (object first,...);        EXTER object fSset_up_combined (object first,...);
376  EXTER object fSdisplay_profile (object start_addr,object scal);        EXTER object fSdisplay_profile (object start_addr,object scal);
377  EXTER object fSarray_adress (object array);        EXTER object fSarray_adress (object array);
378  EXTER object sSAprofile_arrayA;  EXTER object sSAprofile_arrayA;
379  EXTER object sSAinterrupt_enableA;  EXTER object sSAinterrupt_enableA;
380  EXTER object sSsigusr1_interrupt;  EXTER object sSsigusr1_interrupt;
381  EXTER object sSsigio_interrupt;  EXTER object sSsigio_interrupt;
382  EXTER object sSsignal_safety_required (fixnum signo,fixnum safety);       EXTER object sSsignal_safety_required (fixnum signo,fixnum safety);
383  EXTER object fSallow_signal (fixnum n);       EXTER object fSallow_signal (fixnum n);
384  EXTER object fSinitfun (object sym,object addr_ind,object argd,...);       EXTER object fSinitfun (object sym,object addr_ind,object argd,...);
385  EXTER object fSinitmacro (object first,...);       EXTER object fSinitmacro (object first,...);
386  EXTER object fSset_key_struct (object key_struct_ind);       EXTER object fSset_key_struct (object key_struct_ind);
387  EXTER object fSinvoke (object x);       EXTER object fSinvoke (object x);
388  EXTER object fSopen_named_socket (fixnum port);  EXTER object fSopen_named_socket (fixnum port);
389  EXTER object fSclose_fd (fixnum fd);       EXTER object fSclose_fd (fixnum fd);
390  EXTER object fSclose_sfd (object sfd);       EXTER object fSclose_sfd (object sfd);
391  EXTER object fSaccept_socket_connection (object named_socket);       EXTER object fSaccept_socket_connection (object named_socket);
392  EXTER object fShostname_to_hostid (object host);       EXTER object fShostname_to_hostid (object host);
393  EXTER object fSgethostname (void);       EXTER object fSgethostname (void);
394  EXTER object fShostid_to_hostname (object host_id);       EXTER object fShostid_to_hostname (object host_id);
395  EXTER object fScheck_fd_for_input (fixnum fd,fixnum timeout);  EXTER object fScheck_fd_for_input (fixnum fd,fixnum timeout);
396  EXTER object fSclear_connection (fixnum fd);       EXTER object fSclear_connection (fixnum fd);
397  EXTER object fSconnection_state_fd (object sfd);  EXTER object fSconnection_state_fd (object sfd);
398  EXTER object fSour_write (object sfd,object buffer,fixnum nbytes);  EXTER object fSour_write (object sfd,object buffer,fixnum nbytes);
399  EXTER object fSour_read_with_offset (object fd,object buffer,fixnum offset,fixnum nbytes,fixnum timeout);       EXTER object fSour_read_with_offset (object fd,object buffer,fixnum offset,fixnum nbytes,fixnum timeout);
400  EXTER object fSprint_to_string1 (object str,object x,object the_code);       EXTER object fSprint_to_string1 (object str,object x,object the_code);
401  EXTER object fSset_sigio_for_fd (fixnum fd);  EXTER object fSset_sigio_for_fd (fixnum fd);
402  EXTER object fSreset_string_input_stream (object strm,object string,fixnum start,fixnum end);       EXTER object fSreset_string_input_stream (object strm,object string,fixnum start,fixnum end);
403  EXTER object fScheck_state_input (object osfd,fixnum timeout);       EXTER object fScheck_state_input (object osfd,fixnum timeout);
404  EXTER object fSclear_connection_state (object osfd);       EXTER object fSclear_connection_state (object osfd);
405  EXTER object fSgetpeername (object sock);  EXTER object fSgetpeername (object sock);
406  EXTER object fSgetsockname (object sock);  EXTER object fSgetsockname (object sock);
407  EXTER object fSset_blocking (object sock,object setBlocking);       EXTER object fSset_blocking (object sock,object setBlocking);

Legend:
Removed from v.1.42.4.1.2.3.2.4  
changed lines
  Added in v.1.42.4.1.2.3.2.5

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