cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

replaces calls to atoi with strtol #321

Closed mfrey closed 5 years ago

mfrey commented 5 years ago

Contribution description

Replaces calls to atoi with strtol as described in #319

Issues/PRs references

Addresses #319