* g++.dg/warn/Wsystem-headers1.C: Use extern "C".
From-SVN: r224038
This commit is contained in:
parent
5d58db82b0
commit
5e9ad4c687
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
extern double atof (const char *);
|
||||
extern "C" double atof (const char *);
|
||||
|
|
Loading…
Add table
Reference in a new issue