mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
2006-03-21 Ludovic Courtès <ludovic.courtes@laas.fr>
* numbers.c (scm_i_mem2number): Renamed to scm_c_locale_stringn_to_number. * numbers.h: Update function declaration.
This commit is contained in:
parent
59aece6031
commit
d0a9429acc
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@ SCM_API SCM scm_number_to_string (SCM x, SCM radix);
|
|||
SCM_API int scm_print_real (SCM sexp, SCM port, scm_print_state *pstate);
|
||||
SCM_API int scm_print_complex (SCM sexp, SCM port, scm_print_state *pstate);
|
||||
SCM_API int scm_bigprint (SCM exp, SCM port, scm_print_state *pstate);
|
||||
SCM_API SCM scm_i_mem2number (const char *mem, size_t len, unsigned int radix);
|
||||
SCM_API SCM scm_c_locale_stringn_to_number (const char *mem, size_t len,
|
||||
unsigned int radix);
|
||||
SCM_API SCM scm_string_to_number (SCM str, SCM radix);
|
||||
SCM_API SCM scm_bigequal (SCM x, SCM y);
|
||||
SCM_API SCM scm_real_equalp (SCM x, SCM y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue