MCPcopy Create free account
hub / github.com/TheAlgorithms/C / convertion

Function convertion

conversions/decimal_to_any_base.c:58–64  ·  view source on GitHub ↗

* @brief Convert positive decimal integer into anybase recursively * @param nb to convert * @param alphabet inputed by user used for base convertion * @param base calculated from alphabet * @param converted string filled with the convertion's result * @return void */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

decimal_to_anybaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected