Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^8: Influencing the Gconvert macro

by syphilis (Archbishop)
on Oct 04, 2020 at 05:09 UTC ( #11122528=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /* try.c */
    #include <stdio.h>
    ...
     printf("%s\n", buf);
    }
    
  2. or download this
    try.c: In function ‘foo’:
    try.c:17:17: warning: ‘%.*g’ directive writing between 1 and 133 bytes
    + into a region of size 127 [-Wformat-overflow=]
    ...
      sprintf (buf, "%.*g", 126, d);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11122528]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2023-10-03 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?