Searched defs:scheme_bignum_to_allocated_string (Results 1 – 6 of 6) sorted by relevance
1189 char *scheme_bignum_to_allocated_string(const Scheme_Object *b, int radix, int alloc) in scheme_bignum_to_allocated_string() function
437 #define scheme_bignum_to_allocated_string (scheme_extension_table->scheme_bignum_to_allocated_strin… macro
568 char *(*scheme_bignum_to_allocated_string)(const Scheme_Object *n, int radix, int alloc); member