11 Mar
2015
11 Mar
'15
3:46 p.m.
a very stupid question: What reason is there for an output with printf until dec2str to convert the numeric value to a string and not to use the format identifier "%d" or "u%"?
11 Mar
11 Mar
4:52 p.m.
On 03/11/2015 03:46 PM, Hardy Flor wrote:
a very stupid question: What reason is there for an output with printf until dec2str to convert the numeric value to a string and not to use the format identifier "%d" or "u%"? The length of types such as pid_t or time_t can, at least in theory, vary from operating system to system. Thus no length modifier in the format can be correct on all systems.
br, Teemu Huovila
3574
Age (days ago)
3574
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hardy Flor
-
Teemu Huovila