Skip to content

zzmodules/atoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atoi

atoi(3) bindings for ZZ

Installation

Add this to your zz.toml file:

[dependencies]
atoi = "*"

[repos]
atoi = "git://github.com/zzmodules/atoi"

Usage

using atoi::{
  atoi, atol, atoll
}

API

atoi(str) and the following atoi like functions are exported:

  • atol(str)
  • atoll(str)

License

MIT

Releases

No releases published

Packages

No packages published