We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748380c commit f342636Copy full SHA for f342636
runtime/flang/global.h
@@ -80,7 +80,6 @@ typedef char sbool; /* short boolean (for use in large structs) */
80
#define assert(ex)
81
#endif
82
83
-extern char *strcpy();
84
#define STASH(str) (strcpy((char *)malloc(strlen(str) + 1), str))
85
86
/* defs used by __fortio_error */
0 commit comments