1745882 Members
4627 Online
108723 Solutions
New Discussion

sprintf

 
Debasis Mishra
Occasional Advisor

sprintf

What is the meaning of this ??

sprintf(addr_gmt_offset, "%f", gmt_offset);
1 REPLY 1
Stuart Browne
Honored Contributor

Re: sprintf

Copy the string'd float value of 'gmt_offset' into the variable 'addr_gmt_offset'.
One long-haired git at your service...