PatchworkOS
Loading...
Searching...
No Matches
lltoa.c File Reference
#include <stdbool.h>
#include <stdlib.h>
#include "common/digits.h"

Go to the source code of this file.

Functions

char * lltoa (long long int value, char *str, int base)
 

Function Documentation

◆ lltoa()

char * lltoa ( long long int  value,
char *  str,
int  base 
)

Definition at line 6 of file lltoa.c.

References remainder(), and start().