We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60de44 commit 2e8d6e8Copy full SHA for 2e8d6e8
1 file changed
driver/others/memory.c
@@ -1673,6 +1673,11 @@ void gotoblas_dummy_for_PGI(void) {
1673
#define ALLOC_MALLOC
1674
#else
1675
1676
+
1677
+inline int puts(const char *str) { return 0; }
1678
+inline int printf(const char *format, ...) { return 0; }
1679
+inline char *getenv(const char *name) { return ""; }
1680
+inline int atoi(const char *str) { return 0; }
1681
#endif
1682
1683
#include <stdlib.h>
0 commit comments