Skip to content

Commit eca7019

Browse files
committed
Added parameters.
1 parent 4df7434 commit eca7019

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/unix_stdlib.F90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ module unix_stdlib
77
implicit none
88
private
99

10+
integer(kind=c_int), parameter, public :: EXIT_SUCCESS = 0
11+
integer(kind=c_int), parameter, public :: EXIT_FAILURE = 1
12+
1013
public :: c_exit
1114
public :: c_free
1215

0 commit comments

Comments
 (0)