Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

num_to_string

Signature: const char* num_to_string(uint64_t x, int base)
Description: Converts a number to a string

Parameters:

Return: const char*

num_to_string

Signature: const char* num_to_string(uint64_t x)
Description: Converts a number to a string

Parameters:

Return: const char*

Show file on GitHub