mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 04:00:49 +01:00
7 lines
102 B
Fortran
Executable File
7 lines
102 B
Fortran
Executable File
integer function xalloc(i)
|
|
integer i
|
|
xalloc=malloc(i)
|
|
return
|
|
end
|
|
|