Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^8: Influencing the Gconvert macro

by syphilis (Archbishop)
on Oct 04, 2020 at 05:09 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-25 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found