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 atof with strtof #322

Closed mfrey closed 5 years ago

mfrey commented 5 years ago

Contribution description

Replaces calls to atof with strtof as described in #319

Issues/PRs references

Addresses #319. See also #321 .