Skip to content

aeldidi/int128

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

128-Bit Integer Library For C

Simply include int128.h to use int128 or uint128. Each operation on these types is a function whose name is prefixed with the typename. For example, the function to add two int128s is int128_add.

All the code here is valid C99.

License

0BSD or Public Domain, whichever you choose. The 0BSD license is included in the LICENSE file.

About

128 bit integer emulation for C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published