Platform |
x64, Win32 |
Purpose |
To get the number of command line arguments. |
Syntax |
INTEGER (KIND=2) FUNCTION CMNARGS@() |
Return value |
CMNARGS@ returns the number of arguments on the command line (excluding the invocation name of the program). |
Note |
When calling CMNARGS@ you must declare it as INTEGER(KIND=2). |