Skip to content

calculates the string length of an integer to string conversion

License

Notifications You must be signed in to change notification settings

jopadan/strleni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strleni

C function to calculate the string length of a decimal integer to base 8, 10, 16 string conversion

Usage

#include "strleni.h"
uint8_t len = strlenid(x, base);

About

calculates the string length of an integer to string conversion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published