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 e6a59f8 commit d769ff4Copy full SHA for d769ff4
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