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 4df7434 commit eca7019Copy full SHA for eca7019
src/unix_stdlib.F90
@@ -7,6 +7,9 @@ module unix_stdlib
7
implicit none
8
private
9
10
+ integer(kind=c_int), parameter, public :: EXIT_SUCCESS = 0
11
+ integer(kind=c_int), parameter, public :: EXIT_FAILURE = 1
12
+
13
public :: c_exit
14
public :: c_free
15
0 commit comments