Actions
Feature #868
openReplace atoi, atol, atoll, etc. by strtol, strtoll, etc.
Status:
New
Priority:
Low
Assignee:
-
Category:
Library
Target version:
-
Start date:
2019-02-01
Due date:
% Done:
0%
Estimated time:
Module:
all
Operating System:
Compiler:
Description
Since atoi() et al. do not detect errors, it would be a good idea to replace all occurrences by strtol(), etc.
For floating pointer numbers, there is already a OFStandard::atof() function that is used throughout the toolkit (apart from "ofxml").
No data to display
Actions