This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: numbers.[ch]



dirk@ida.ing.tu-bs.de writes:
> On 2 Oct 1998, Jim Blandy wrote:
> 
> 
> 3) the following functions are named in contrast to the type_one2type_two
>    convention:
> 
>    scm_number_to_string, 
>    scm_string_to_number, 
>    scm_exact_to_inexact,
>    scm_inexact_t~o_exact
> 

I think throughout Guile, in functions exported to Scheme, `->' is
substituted bu `_to_' rather than `2' in the C funtion name.

 - Maciej