Skip to content

DevDocuments/bconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple utility for converting numbers between bases.

It's actually just around for convenience:

The `atoi` and `itoa` functions are as simple as possible, and can be
used in other projects.

The only security concern is integer overflow, but you can set the bit
width of the functions to whatever you want.

About

Base conversion utility (simple C "atoi" and "itoa" functions, mainly)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors