Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
6d8bd8fa
Commit
6d8bd8fa
authored
Jul 13, 2017
by
Govoni
Browse files
Moved ICHAR.
parent
a92b1fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Libraries/Base64/base64module.f90
View file @
6d8bd8fa
...
...
@@ -20,8 +20,6 @@ module base64_module
!
SAVE
!
INTEGER
::
ICHAR
!
INTERFACE
!
SUBROUTINE
base64_init
()
BIND
(
C
,
NAME
=
"b64init"
)
...
...
@@ -80,6 +78,7 @@ module base64_module
!
LOGICAL
FUNCTION
islittleendian
(
)
IMPLICIT
NONE
INTEGER
::
ICHAR
islittleendian
=
(
.NOT.
(
ICHAR
(
TRANSFER
(
1
,
'a'
)
)
==
0
))
END
FUNCTION
!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment