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 04cdacf commit 636a162Copy full SHA for 636a162
flang/include/flang/Runtime/command.h
@@ -23,6 +23,13 @@ extern "C" {
23
// integer kind.
24
std::int32_t RTNAME(ArgumentCount)();
25
26
+// 16.9.82 GET_COMMAND
27
+// Try to get the value of the whole command. All of the parameters are
28
+// optional.
29
+// Return a STATUS as described in the standard.
30
+std::int32_t RTNAME(GetCommand)(const Descriptor *command = nullptr,
31
+ const Descriptor *length = nullptr, const Descriptor *errmsg = nullptr);
32
+
33
// 16.9.83 GET_COMMAND_ARGUMENT
34
// We're breaking up the interface into several different functions, since most
35
// of the parameters are optional.
0 commit comments