libft
Loading...
Searching...
No Matches
ft_ulongtohex.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

char * ft_ulongtohex (unsigned long n)
 Unsigned long to lowercase hexadesimal string.
 

Function Documentation

◆ ft_ulongtohex()

char * ft_ulongtohex ( unsigned long  n)

Unsigned long to lowercase hexadesimal string.

Parameters
nunsigned long
Returns
char* hexadesimal string in lowercase
Attention
Allocates memory

Definition at line 47 of file ft_ulongtohex.c.